Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Ddocumen9.cxx201 if (bImportingXML) in InitDrawLayer()
742 bImportingXML = bVal; in SetImportingXML()
744 pDrawLayer->EnableAdjust(!bImportingXML); in SetImportingXML()
H A Ddocumen2.cxx193 bImportingXML( false ), in ScDocument()
1222 if ( !bImportingXML ) in CreateFieldEditEngine()
H A Ddocument.cxx583 if ( bImportingXML ) in SetLayoutRTL()
4495 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsBlockEditable()
4518 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsSelectionEditable()
H A Ddocumen3.cxx1830 …return !IsDocProtected() && ( bImportingXML || mbChangeReadOnlyEnabled || !pShell || !pShell->IsRe… in IsDocEditable()
/aoo4110/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1195 sal_Bool bImportingXML = pDoc->IsImportingXML(); in ApplyAttributes() local
1199 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() local
1262 if ( !bImportingXML && !pDoc->IsSelectionEditable( rMark, &bOnlyNotBecauseOfMatrix ) in ApplyStyle()
/aoo4110/main/sc/inc/
H A Ddocument.hxx394 bool bImportingXML; // special handling of formula text member in ScDocument
1595 bool IsImportingXML() const { return bImportingXML; } in IsImportingXML()

Completed in 134 milliseconds