Hi there,
After some hours I finally managed to get Zotero and the word plugin compiled and was able to test the issue that caused me going on this journey: the issue with non English Word and Style sheets (described here: http://forums.zotero.org/discussion/22937/wordplugin-kills-formatting-in-nonus-versions/#Item_3 and here in general: http://www.thedoctools.com/index.php?show=mt_create_style_name_list).
Right now the best solution for this would be to pass not the string “Bibliography” in the Plugin but user the enumeration value WdBuiltinStyle.wdStyleBibliography (or it’s numeric value -266). Unfortunately this solution would not work with Office 2003 (see here: http://www.thedoctools.com/downloads/DocTools_List_Of_Built-in_Style_English_Danish_German_French.pdf)
As an easy solution I would suggest to add a variable to the variable in about:config. If my programming skills would be good enough, I’d provide a patch now but that’s not the case. So I’d be happy for some advice. Basically what I would need is the ability to access about:config variables from the files zoteroWinWordField.cpp, zoteroWinWordDocument.cpp, and zoteroWinWordDocument.h in the WinWord plugin.
Looking forward for your support and wish you all a nice weekend!
Jan