Searched refs:bImportingXML (Results 1 – 6 of 6) sorted by relevance
201 if (bImportingXML) in InitDrawLayer()742 bImportingXML = bVal; in SetImportingXML()744 pDrawLayer->EnableAdjust(!bImportingXML); in SetImportingXML()
193 bImportingXML( false ), in ScDocument()1222 if ( !bImportingXML ) in CreateFieldEditEngine()
583 if ( bImportingXML ) in SetLayoutRTL()4495 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsBlockEditable()4518 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsSelectionEditable()
1830 …return !IsDocProtected() && ( bImportingXML || mbChangeReadOnlyEnabled || !pShell || !pShell->IsRe… in IsDocEditable()
1195 sal_Bool bImportingXML = pDoc->IsImportingXML(); in ApplyAttributes() local1199 if ( !bImportingXML && !pDoc->IsSelectionEditable( rMark, &bOnlyNotBecauseOfMatrix ) in ApplyAttributes()1234 if ( !bImportingXML ) in ApplyAttributes()1237 if ( !bImportingXML ) in ApplyAttributes()1258 sal_Bool bImportingXML = pDoc->IsImportingXML(); in ApplyStyle() local1262 if ( !bImportingXML && !pDoc->IsSelectionEditable( rMark, &bOnlyNotBecauseOfMatrix ) in ApplyStyle()
394 bool bImportingXML; // special handling of formula text member in ScDocument1595 bool IsImportingXML() const { return bImportingXML; } in IsImportingXML()
Completed in 85 milliseconds