Lines Matching refs:pDocShell

96 	: pDocShell(pDocSh) ,  in ScDocumentConfiguration()
99 pDocShell->GetDocument()->AddUnoObject(*this); in ScDocumentConfiguration()
104 if (pDocShell) in ~ScDocumentConfiguration()
105 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScDocumentConfiguration()
115 pDocShell = NULL; // ungueltig geworden in Notify()
138 if(pDocShell) in setPropertyValue()
140 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
149pDocShell->Stamp_SetPrintCancelState( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
186 … if ( sPrinterName.getLength() != 0 && pDocShell->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) in setPropertyValue()
188 SfxPrinter* pPrinter = pDocShell->GetPrinter(); in setPropertyValue()
196 pDocShell->SetPrinter( pNewPrinter, SFX_PRINTER_PRINTER ); in setPropertyValue()
225 pDocShell->SetPrinter( SfxPrinter::Create( aStream, pSet ) ); in setPropertyValue()
233 pDocShell->SetUseUserData( bTmp ); in setPropertyValue()
255 pDocShell->SetSaveVersionOnClose( bTmp ); in setPropertyValue()
261 pDocShell->SetQueryLoadTemplate( bTmp ); in setPropertyValue()
267 pDocShell->SetLoadReadonly( bTmp ); in setPropertyValue()
274 pDocShell->SetSharedXMLFlag( bDocShared ); in setPropertyValue()
286 if ( !pDocShell->SetModifyPasswordInfo( aInfo ) ) in setPropertyValue()
319 if ( !pDocShell->AdjustRowHeight( 0, MAXROW, nTab ) ) in setPropertyValue()
320 pDocShell->PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, PAINT_GRID ); in setPropertyValue()
321 pDocShell->SetDocumentModified(); in setPropertyValue()
338 if(pDocShell) in getPropertyValue()
340 ScDocument* pDoc = pDocShell->GetDocument(); in getPropertyValue()
347 ScUnoHelpFunctions::SetBoolInAny( aRet, pDocShell->Stamp_GetPrintCancelState() ); in getPropertyValue()
404 aRet <<= pDocShell->IsUseUserData(); in getPropertyValue()
407 aRet <<= uno::Reference<i18n::XForbiddenCharacters>(new ScForbiddenCharsObj( pDocShell )); in getPropertyValue()
414 aRet <<= pDocShell->IsSaveVersionOnClose(); in getPropertyValue()
416 aRet <<= pDocShell->IsQueryLoadTemplate(); in getPropertyValue()
418 aRet <<= pDocShell->IsLoadReadonly(); in getPropertyValue()
422 ScUnoHelpFunctions::SetBoolInAny( aRet, pDocShell->HasSharedXMLFlagSet() ); in getPropertyValue()
425 aRet <<= pDocShell->GetModifyPasswordInfo(); in getPropertyValue()