Lines Matching refs:pDocument

71                             ScDocument* pDocument, const ScAddress& rPos,  in ScValidationData()  argument
74 …ScConditionEntry( eOper, rExpr1, rExpr2, pDocument, rPos, rExprNmsp1, rExprNmsp2, eGrammar1, eGram… in ScValidationData()
85 ScDocument* pDocument, const ScAddress& rPos ) : in ScValidationData() argument
86 ScConditionEntry( eOper, pArr1, pArr2, pDocument, rPos ), in ScValidationData()
111 ScValidationData::ScValidationData( ScDocument* pDocument, const ScValidationData& r ) : in ScValidationData() argument
112 ScConditionEntry( pDocument, r ), in ScValidationData()
192 ScDocument* pDocument = GetDocument(); in DoScript() local
193 SfxObjectShell* pDocSh = pDocument->GetDocumentShell(); in DoScript()
194 if ( !pDocSh || !pDocument->CheckMacroWarn() ) in DoScript()
221 rPos.Format( aPosStr, SCA_VALID | SCA_TAB_3D, pDocument, pDocument->GetAddressConvention() ); in DoScript()
226 sal_Bool bWasInLinkUpdate = pDocument->IsInLinkUpdate(); in DoScript()
228 pDocument->SetInLinkUpdate( sal_True ); in DoScript()
231 pDocument->LockTable( rPos.Tab() ); in DoScript()
241 pDocument->UnlockTable( rPos.Tab() ); in DoScript()
244 pDocument->SetInLinkUpdate( sal_False ); in DoScript()
280 ScDocument* pDocument = GetDocument(); in DoMacro() local
281 SfxObjectShell* pDocSh = pDocument->GetDocumentShell(); in DoMacro()
282 if ( !pDocSh || !pDocument->CheckMacroWarn() ) in DoMacro()
353 … rPos.Format( aPosStr, SCA_VALID | SCA_TAB_3D, pDocument, pDocument->GetAddressConvention() ); in DoMacro()
358 sal_Bool bWasInLinkUpdate = pDocument->IsInLinkUpdate(); in DoMacro()
360 pDocument->SetInLinkUpdate( sal_True ); in DoMacro()
363 pDocument->LockTable( rPos.Tab() ); in DoMacro()
367 pDocument->UnlockTable( rPos.Tab() ); in DoMacro()
370 pDocument->SetInLinkUpdate( sal_False ); in DoMacro()
642 ScDocument* pDocument = GetDocument(); in GetSelectionFromFormula() local
643 if( NULL == pDocument ) in GetSelectionFromFormula()
646 ScFormulaCell aValidationSrc( pDocument, rPos, &rTokArr, in GetSelectionFromFormula()
706 if( ScDBData* pDBData = pDocument->GetDBCollection()->FindIndex( t->GetIndex() ) ) in GetSelectionFromFormula()
714 ScRangeData* pName = pDocument->GetRangeName()->FindIndex( t->GetIndex() ); in GetSelectionFromFormula()
774 pDocument->GetInputString((SCCOL)(nCol+aRange.aStart.Col()), in GetSelectionFromFormula()