Home
last modified time | relevance | path

Searched refs:bShowChanges (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.hxx67 sal_Bool bShowChanges; member in XMLRedlineImportHelper
130 void SetShowChanges( sal_Bool bShowChanges );
H A DXMLRedlineImportHelper.cxx303 bShowChanges = *(sal_Bool*) in XMLRedlineImportHelper()
382 aAny.setValue( &bShowChanges, ::getBooleanCppuType() ); in ~XMLRedlineImportHelper()
760 bShowChanges = bShow; in SetShowChanges()
H A Dwrtxml.cxx215 sal_Bool bShowChanges( IDocumentRedlineAccess::IsShowChanges( nRedlineMode ) ); in _Write() local
216 aAny.setValue( &bShowChanges, ::getBooleanCppuType() ); in _Write()
H A Dxmltexti.hxx121 virtual void SetShowChanges( sal_Bool bShowChanges );
H A Dxmltexti.cxx1038 void SwXMLTextImportHelper::SetShowChanges( sal_Bool bShowChanges ) in SetShowChanges() argument
1041 pRedlineHelper->SetShowChanges( bShowChanges ); in SetShowChanges()
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx2063 sal_Bool bShowChanges = sal_True; //! ... in PaintArea() local
2064 if (bShowChanges) in PaintArea()
2081 if (!bShowChanges) in PaintArea()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtimp.hxx725 virtual void SetShowChanges( sal_Bool bShowChanges );

Completed in 69 milliseconds