Home
last modified time | relevance | path

Searched refs:bImportingXML (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sc/source/core/data/ !
H A Ddocumen9.cxx217 if (bImportingXML) in InitDrawLayer()
771 bImportingXML = bVal; in SetImportingXML()
773 pDrawLayer->EnableAdjust(!bImportingXML); in SetImportingXML()
H A Ddocumen2.cxx193 bImportingXML( false ), in ScDocument()
1222 if ( !bImportingXML ) in CreateFieldEditEngine()
H A Ddocument.cxx580 if ( bImportingXML ) in SetLayoutRTL()
4486 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsBlockEditable()
4509 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsSelectionEditable()
H A Ddocumen3.cxx1830 …return !IsDocProtected() && ( bImportingXML || mbChangeReadOnlyEnabled || !pShell || !pShell->IsRe… in IsDocEditable()
/AOO42X/main/sc/source/ui/docshell/ !
H A Ddocfunc.cxx1191 sal_Bool bImportingXML = pDoc->IsImportingXML(); in ApplyAttributes() local
1195 if ( !bImportingXML && !pDoc->IsSelectionEditable( rMark, &bOnlyNotBecauseOfMatrix ) in ApplyAttributes()
1230 if ( !bImportingXML ) in ApplyAttributes()
1233 if ( !bImportingXML ) in ApplyAttributes()
1254 sal_Bool bImportingXML = pDoc->IsImportingXML(); in ApplyStyle() local
1258 if ( !bImportingXML && !pDoc->IsSelectionEditable( rMark, &bOnlyNotBecauseOfMatrix ) in ApplyStyle()
/AOO42X/main/sc/inc/ !
H A Ddocument.hxx391 bool bImportingXML; // special handling of formula text member in ScDocument
1592 bool IsImportingXML() const { return bImportingXML; } in IsImportingXML()