Home
last modified time | relevance | path

Searched refs:bExportable (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/inc/
H A Dhtmltbl.hxx239 sal_Bool bExportable : 1; // Layout kann zum Export genutzt werden member in SwHTMLTableLayout
367 void SetExportable( sal_Bool bSet ) { bExportable = bSet; } in SetExportable()
368 sal_Bool IsExportable() const { return bExportable; } in IsExportable()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1182 sal_Bool bExportable = sal_True; in CreateLayoutInfo() local
1194 if( bExportable ) in CreateLayoutInfo()
1198 bExportable = !pLayoutCnts || in CreateLayoutInfo()
1205 pLayoutInfo->SetExportable( bExportable ); in CreateLayoutInfo()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx223 bMustResize( sal_True ), bExportable( sal_True ), bBordersChanged( sal_False ), in SwHTMLTableLayout()

Completed in 39 milliseconds