Lines Matching refs:pDocSh

488 	SmDocShell *pDocSh = static_cast < SmDocShell * > (GetObjectShell());  in _setPropertyValues()  local
490 if ( NULL == pDocSh ) in _setPropertyValues()
493 SmFormat aFormat = pDocSh->GetFormat(); in _setPropertyValues()
506 pDocSh->SetText(aText); in _setPropertyValues()
663 if ( pDocSh->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) in _setPropertyValues()
665 SfxPrinter *pPrinter = pDocSh->GetPrinter ( ); in _setPropertyValues()
675 pDocSh->SetPrinter ( pNewPrinter ); in _setPropertyValues()
705 SfxItemSet *pItemSet = new SfxItemSet( pDocSh->GetPool(), nRange ); in _setPropertyValues()
710 pDocSh->SetPrinter( pPrinter ); in _setPropertyValues()
753 pDocSh->SetLoadReadonly( bReadonly ); in _setPropertyValues()
760 pDocSh->SetFormat( aFormat ); in _setPropertyValues()
764 pDocSh->SetVisArea( Rectangle( Point(0, 0), pDocSh->GetSize() ) ); in _setPropertyValues()
770 SmDocShell *pDocSh = static_cast < SmDocShell * > (GetObjectShell()); in _getPropertyValues() local
772 if ( NULL == pDocSh ) in _getPropertyValues()
775 const SmFormat & aFormat = pDocSh->GetFormat(); in _getPropertyValues()
782 *pValue <<= OUString(pDocSh->GetText()); in _getPropertyValues()
889 SfxPrinter *pPrinter = pDocSh->GetPrinter ( ); in _getPropertyValues()
895 SfxPrinter *pPrinter = pDocSh->GetPrinter (); in _getPropertyValues()
913 const std::set< rtl::OUString > &rUsedSymbols = pDocSh->GetUsedSymbols(); in _getPropertyValues()
956 *pValue <<= pDocSh->GetBasicContainer(); in _getPropertyValues()
959 *pValue <<= pDocSh->GetDialogContainer(); in _getPropertyValues()
967 *pValue <<= pDocSh->IsLoadReadonly(); in _getPropertyValues()
974 if ( !pDocSh->pTree ) in _getPropertyValues()
975 pDocSh->Parse(); in _getPropertyValues()
976 if ( pDocSh->pTree ) in _getPropertyValues()
978 if ( !pDocSh->IsFormulaArranged() ) in _getPropertyValues()
979 pDocSh->ArrangeFormula(); in _getPropertyValues()
981 *pValue <<= static_cast<sal_Int32>( pDocSh->pTree->GetFormulaBaseline() ); in _getPropertyValues()
1035 SmDocShell *pDocSh = static_cast < SmDocShell * >( GetObjectShell() ); in getRenderer() local
1036 if (!pDocSh) in getRenderer()
1039 SmPrinterAccess aPrinterAccess( *pDocSh ); in getRenderer()
1073 SmDocShell *pDocSh = static_cast < SmDocShell * >( GetObjectShell() ); in render() local
1074 if (!pDocSh) in render()
1097 if (xModel == pDocSh->GetModel()) in render()
1103 while (pViewSh && pViewSh->GetObjectShell() != pDocSh) in render()
1110 SmPrinterAccess aPrinterAccess( *pDocSh ); in render()