Home
last modified time | relevance | path

Searched refs:bColsOption (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/inc/ !
H A Dhtmltbl.hxx233 sal_Bool bColsOption : 1; // Tabelle besitzt eine COLS-Option member in SwHTMLTableLayout
316 sal_Bool HasColsOption() const { return bColsOption; } in HasColsOption()
/trunk/main/sw/source/filter/writer/ !
H A Dwrtswtbl.cxx773 bColsOption(false), bColTags(true), bLayoutExport(false), in SwWriteTable()
800 bColsOption(pLayoutInfo->HasColsOption()), in SwWriteTable()
/trunk/main/sw/source/filter/inc/ !
H A Dwrtswtbl.hxx262 sal_Bool bColsOption : 1; member in SwWriteTable
/trunk/main/sw/source/filter/html/ !
H A Dhtmltabw.cxx645 if( bColsOption ) in Write()
/trunk/main/sw/source/core/doc/ !
H A Dhtmltbl.cxx218 bColsOption( bColsOpt ), bColTags( bColTgs ), in SwHTMLTableLayout()