Home
last modified time | relevance | path

Searched refs:pDocShell (Results 101 – 125 of 229) sorted by relevance

12345678910

/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx115 SmDocShell *pDocShell = pModel ? in Import() local
117 if (pDocShell) in Import()
121 DBG_ASSERT( pDocShell->GetMedium() == &rMedium, in Import()
575 SmDocShell *pDocShell = in endDocument() local
577 pDocShell->SetFormulaTree(pTree); in endDocument()
586 SmParser &rParser = pDocShell->GetParser(); in endDocument()
594 pDocShell->SetText( aText ); in endDocument()
3100 SmDocShell *pDocShell = in SetViewSettings() local
3102 if ( !pDocShell ) in SetViewSettings()
3105 Rectangle aRect( pDocShell->GetVisArea() ); in SetViewSettings()
[all …]
/aoo41x/main/sd/source/ui/dlg/
H A Ddlgchar.cxx49 const SfxObjectShell* pDocShell ) : in SdCharDlg() argument
52 rDocShell ( *pDocShell ) in SdCharDlg()
/aoo41x/main/sw/source/ui/shells/
H A Dtxtcrsr.cxx254 const SwDocShell* pDocShell = pDoc ? pDoc->GetDocShell() : NULL; in ExecMoveMisc() local
255 const SwView* pView = pDocShell ? pDocShell->GetView() : NULL; in ExecMoveMisc()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx349 DrawDocShell* pDocShell = dynamic_cast<DrawDocShell*>(pTransferDocShell); in FuSupport() local
350 if (pDocShell && pDocShell->GetDoc()->GetPageCount() > 1) in FuSupport()
521 DrawDocShell* pDocShell = mrSlideSorter.GetModel().GetDocument()->GetDocSh(); in GetMenuState() local
625 if( bDisable || pDocShell->IsPreview()) in GetMenuState()
/aoo41x/main/sc/inc/
H A Dnameuno.hxx65 ScDocShell* pDocShell; member in ScNamedRangeObj
186 ScDocShell* pDocShell; member in ScNamedRangesObj
287 ScDocShell* pDocShell; member in ScLabelRangeObj
328 ScDocShell* pDocShell; member in ScLabelRangesObj
H A Dtablink.hxx87 ScDocShell* pDocShell; member in ScDocumentLoader
97 ScDocShell* GetDocShell() { return pDocShell; } in GetDocShell()
H A Dstyleuno.hxx68 ScDocShell* pDocShell; member in ScStyleFamiliesObj
129 ScDocShell* pDocShell; member in ScStyleFamilyObj
221 ScDocShell* pDocShell; member in ScStyleObj
248 sal_Bool IsInserted() const { return pDocShell != NULL; } in IsInserted()
H A Dconfuno.hxx41 ScDocShell* pDocShell; member in ScDocumentConfiguration
45 ScDocumentConfiguration(ScDocShell* pDocShell);
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dtextdlgs.cxx53 const SfxObjectShell* pDocShell ) : in ScCharDlg() argument
56 rDocShell ( *pDocShell ) in ScCharDlg()
/aoo41x/main/sw/source/core/doc/
H A Dacmplwrd.cxx284 SwDocShell* pDocShell = rDoc.GetDocShell(); in InsertWord() local
285 SfxMedium* pMedium = pDocShell ? pDocShell->GetMedium() : 0; in InsertWord()
/aoo41x/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx490 const SwDocShell* pDocShell = GetView().GetDocShell(); in NavigatorPaste() local
491 if(pDocShell->HasName()) in NavigatorPaste()
493 const String rName = pDocShell->GetMedium()->GetURLObject().GetURLNoMark(); in NavigatorPaste()
/aoo41x/main/sc/source/filter/excel/
H A Dxlroot.cxx285 SfxObjectShell* pDocShell = GetDocShell(); in GetDocModelObj() local
286 return pDocShell ? ScModelObj::getImplementation( pDocShell->GetModel() ) : 0; in GetDocModelObj()
/aoo41x/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx159 SwDocShell* pDocShell; member in SwTrnsfrDdeLink
3702 : rTrnsfr( rTrans ), pDocShell( 0 ), in SwTrnsfrDdeLink()
3738 0 != ( pDocShell = rSh.GetDoc()->GetDocShell() ) ) in SwTrnsfrDdeLink()
3742 refObj = pDocShell->DdeCreateLinkSource( sName ); in SwTrnsfrDdeLink()
3772 if( FindDocShell() && pDocShell->GetView() ) in DataChanged()
3773 rTrnsfr.RemoveDDELinkFormat( pDocShell->GetView()->GetEditWin() ); in DataChanged()
3787 const ByteString aTopic( pDocShell->GetTitle( SFX_TITLE_FULLNAME ), in WriteData()
3858 SwDoc* pDoc = pDocShell->GetDoc(); in Disconnect()
3909 if( pTmpSh == pDocShell ) // die wollen wir haben in FindDocShell()
3911 if( pDocShell->GetDoc() ) in FindDocShell()
[all …]
/aoo41x/main/sd/source/ui/view/
H A Dfrmview.cxx89 DrawDocShell* pDocShell = pDrawDoc->GetDocSh(); in FrameView() local
91 if ( pDocShell ) in FrameView()
99 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(pDocShell); in FrameView()
140 pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, pDocShell); in FrameView()
143 SdDrawDocument* pDoc = pDocShell->GetDoc(); in FrameView()
H A Ddrtxtob.cxx129 DrawDocShell* pDocShell = pDoc->GetDocSh(); in TextObjectBar() local
130 if( pDocShell ) in TextObjectBar()
132 SetUndoManager(pDocShell->GetUndoManager()); in TextObjectBar()
/aoo41x/main/sw/source/ui/misc/
H A Dnum.cxx1129 SwDocShell* pDocShell = rWrtSh.GetView().GetDocShell(); in PageCreated() local
1130 ::FillCharStyleListBox(rCharFmtLB, pDocShell); in PageCreated()
1139 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell, pDocShell)); in PageCreated()
1149 SwDocShell* pDocShell = rWrtSh.GetView().GetDocShell(); in PageCreated() local
1150 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell, pDocShell)); in PageCreated()
/aoo41x/main/sc/source/ui/inc/
H A Dundobase.hxx50 ScDocShell* pDocShell; member in ScSimpleUndo
53 bool IsPaintLocked() const { return pDocShell->IsPaintLocked(); } in IsPaintLocked()
/aoo41x/main/sfx2/source/dialog/
H A Dmgetempl.cxx115 SfxObjectShell* pDocShell = SfxObjectShell::Current(); in SfxManageStyleSheetPage() local
117 if ( pDocShell ) in SfxManageStyleSheetPage()
118 pPool = pDocShell->GetStyleSheetPool(); in SfxManageStyleSheetPage()
/aoo41x/main/sc/source/core/tool/
H A Dformulaparserpool.cxx142 if( SfxObjectShell* pDocShell = mrDoc.GetDocumentShell() ) try in getFormulaParser() local
144 Reference< XComponent > xComponent( pDocShell->GetModel(), UNO_QUERY_THROW ); in getFormulaParser()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfusel.cxx602 ScDocShell* pDocShell = pViewData->GetDocShell(); in MouseButtonUp() local
603 …ScModelObj* pModelObj = ( pDocShell ? ScModelObj::getImplementation( pDocShell->GetModel() ) : NUL… in MouseButtonUp()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx237 ScDocShell* pDocShell = NULL;
239 pDocShell = (ScDocShell*)pModel->GetEmbeddedObject();
240 return pDocShell;
247 ScDocShell* pDocShell = getDocShell( xModel );
248 if ( pDocShell )
249 return pDocShell->GetBestViewShell();
/aoo41x/main/sw/source/core/view/
H A Dprintdata.cxx144 const SwDocShell *pDocShell, in MakeSwPrtOptions() argument
149 if (!pDocShell || !pOpt || !pData) in MakeSwPrtOptions()
154 sal_Bool bWeb = pDocShell->IsA( aSwWebDocShellTypeId ); in MakeSwPrtOptions()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwshb.cxx450 ScDocShell* pDocShell = ( GetViewData() ? GetViewData()->GetDocShell() : NULL ); in GetDrawInsState() local
451 bool bShared = ( pDocShell ? pDocShell->IsDocShared() : false ); in GetDrawInsState()
/aoo41x/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx381 … SfxObjectShell* pDocShell = pFrame ? pFrame->GetCurrentDocument() : SfxObjectShell::Current(); in getScriptInvocation() local
382 if ( pDocShell ) in getScriptInvocation()
384 Reference< XModel > xModel( pDocShell->GetModel() ); in getScriptInvocation()
/aoo41x/main/sc/source/filter/inc/
H A Dxltools.hxx233 static ::rtl::OUString GetSbMacroUrl( const String& rMacroName, SfxObjectShell* pDocShell = 0 );
235 …etSbMacroUrl( const String& rModuleName, const String& rMacroName, SfxObjectShell* pDocShell = 0 );

Completed in 246 milliseconds

12345678910