Searched refs:bExportable (Results 1 – 3 of 3) sorted by relevance
239 sal_Bool bExportable : 1; // Layout kann zum Export genutzt werden member in SwHTMLTableLayout367 void SetExportable( sal_Bool bSet ) { bExportable = bSet; } in SetExportable()368 sal_Bool IsExportable() const { return bExportable; } in IsExportable()
1182 sal_Bool bExportable = sal_True; in CreateLayoutInfo() local1194 if( bExportable ) in CreateLayoutInfo()1198 bExportable = !pLayoutCnts || in CreateLayoutInfo()1205 pLayoutInfo->SetExportable( bExportable ); in CreateLayoutInfo()
223 bMustResize( sal_True ), bExportable( sal_True ), bBordersChanged( sal_False ), in SwHTMLTableLayout()
Completed in 673 milliseconds