Lines Matching refs:pDoc

144               ScDocument* pDoc = pDocShell->GetDocument();  in Modify_Impl()  local
145 ScRangeName* pNames = pDoc->GetRangeName(); in Modify_Impl()
151 pDoc->GetTable(aScopeName, nameScope); in Modify_Impl()
156 …if (pNewScopeName && *pNewScopeName != EMPTY_STRING && !pDoc->GetTable(*pNewScopeName, newNameScop… in Modify_Impl()
181 pNew = new ScRangeData( pDoc, aInsName, *pNewTokens, aPos, nType ); in Modify_Impl()
183 … pNew = new ScRangeData( pDoc, aInsName, aContent, aPos, nType, eGrammar ); in Modify_Impl()
187 const bool bSupportUndo(!pDoc->IsImportingXML()); in Modify_Impl()
611 ScDocument* pDoc = pDocShell->GetDocument(); in ImplAddNewByScopeAndName() local
612 ScRangeName* pNames = pDoc->GetRangeName(); in ImplAddNewByScopeAndName()
620 ScRangeData* pNew = new ScRangeData( pDoc, aNameStr, aContStr, in ImplAddNewByScopeAndName()
625 const bool bSupportUndo(!pDoc->IsImportingXML()); in ImplAddNewByScopeAndName()
968 ScDocument* pDoc = pDocShell->GetDocument(); in addActionLock() local
969 sal_Int16 nLockCount = pDoc->GetNamedRangesLockCount(); in addActionLock()
975 pDoc->SetNamedRangesLockCount( nLockCount ); in addActionLock()
981 ScDocument* pDoc = pDocShell->GetDocument(); in removeActionLock() local
982 sal_Int16 nLockCount = pDoc->GetNamedRangesLockCount(); in removeActionLock()
990 pDoc->SetNamedRangesLockCount( nLockCount ); in removeActionLock()
999 ScDocument* pDoc = pDocShell->GetDocument(); in setActionLocks() local
1000 sal_Int16 nLockCount = pDoc->GetNamedRangesLockCount(); in setActionLocks()
1009 pDoc->SetNamedRangesLockCount( nLock ); in setActionLocks()
1016 ScDocument* pDoc = pDocShell->GetDocument(); in resetActionLocks() local
1017 sal_Int16 nLockCount = pDoc->GetNamedRangesLockCount(); in resetActionLocks()
1022 pDoc->SetNamedRangesLockCount( 0 ); in resetActionLocks()
1057 ScDocument* pDoc = pDocShell->GetDocument(); in GetData_Impl() local
1058 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in GetData_Impl()
1069 ScDocument* pDoc = pDocShell->GetDocument(); in Modify_Impl() local
1070 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in Modify_Impl()
1088 pDoc->GetColNameRangesRef() = xNewList; in Modify_Impl()
1090 pDoc->GetRowNameRangesRef() = xNewList; in Modify_Impl()
1092 pDoc->CompileColRowNameFormula(); in Modify_Impl()
1179 ScDocument* pDoc = pDocShell->GetDocument(); in GetObjectByIndex_Impl() local
1180 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in GetObjectByIndex_Impl()
1198 ScDocument* pDoc = pDocShell->GetDocument(); in addNew() local
1199 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in addNew()
1211 pDoc->GetColNameRangesRef() = xNewList; in addNew()
1213 pDoc->GetRowNameRangesRef() = xNewList; in addNew()
1215 pDoc->CompileColRowNameFormula(); in addNew()
1231 ScDocument* pDoc = pDocShell->GetDocument(); in removeByIndex() local
1232 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in removeByIndex()
1245 pDoc->GetColNameRangesRef() = xNewList; in removeByIndex()
1247 pDoc->GetRowNameRangesRef() = xNewList; in removeByIndex()
1249 pDoc->CompileColRowNameFormula(); in removeByIndex()
1278 ScDocument* pDoc = pDocShell->GetDocument(); in getCount() local
1279 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in getCount()