Home
last modified time | relevance | path

Searched refs:pDocShell (Results 76 – 100 of 229) sorted by relevance

12345678910

/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx146 void lclGetAbsPath( String& rPath, sal_uInt16 nLevel, SfxObjectShell* pDocShell ) in lclGetAbsPath() argument
156 if( pDocShell ) in lclGetAbsPath()
159 …rPath = pDocShell->GetMedium()->GetURLObject().smartRel2Abs( aTmpStr, bWasAbs ).GetMainURL( INetUR… in lclGetAbsPath()
251 SfxObjectShell* pDocShell = rRoot.GetDocShell(); in ReadEmbeddedData() local
284 lclGetAbsPath( *xLongName, 0, pDocShell ); in ReadEmbeddedData()
307 lclGetAbsPath( *xLongName, nLevel, pDocShell ); in ReadEmbeddedData()
310 lclGetAbsPath( *xShortName, nLevel, pDocShell ); in ReadEmbeddedData()
320 lclGetAbsPath( *xLongName, 0, pDocShell ); in ReadEmbeddedData()
/trunk/main/sw/inc/
H A Dmdiexp.hxx54 SW_DLLPUBLIC void SetProgressState ( long nPosition, SwDocShell *pDocShell );
55 void SetProgressText ( sal_uInt16 nMessId, SwDocShell *pDocShell );
56 void RescheduleProgress( SwDocShell *pDocShell );
H A Dunostyle.hxx74 SwDocShell* pDocShell; member in SwXStyleFamilies
126 SwDocShell* pDocShell; member in SwXStyleFamily
130 SwXStyleFamily(SwDocShell* pDocShell, sal_uInt16 nFamily);
316 SwDocShell* pDocShell; member in SwXPageStyle
343 SwDocShell *pDocShell; member in SwXAutoStyles
373 SwDocShell *pDocShell; member in SwXAutoStyleFamily
380 SwXAutoStyleFamily(SwDocShell* pDocShell, IStyleAccess::SwAutoStyleFamily eFamily);
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx310 ScDocShell* pDocShell = NULL; in getDocShell() local
312 pDocShell = (ScDocShell*)pModel->GetEmbeddedObject(); in getDocShell()
313 return pDocShell; in getDocShell()
320 ScDocShell* pDocShell = getDocShell( xModel ); in getBestViewShell() local
321 if ( pDocShell ) in getBestViewShell()
322 return pDocShell->GetBestViewShell(); in getBestViewShell()
H A Dvbatextboxshape.cxx53 ScDocShell* pDocShell = excel::getDocShell( m_xModel ); in characters() local
54 ScDocument* pDoc = pDocShell ? pDocShell->GetDocument() : NULL; in characters()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx295 : pDocShell ( pDocSh ), in ScViewData()
343 if (pDocShell) in ScViewData()
345 pDoc = pDocShell->GetDocument(); in ScViewData()
363 : pDocShell ( rViewData.pDocShell ), in ScViewData()
470 else if (pDocShell) in GetDocument()
471 return pDocShell->GetDocument(); in GetDocument()
1894 if (pDocShell) in GetPosFromPixel()
2122 return pDocShell; in GetSfxDocShell()
2183 if (pDocShell) in CalcPPT()
2459 if( pDocShell ) in WriteExtOptions()
[all …]
/trunk/main/sd/source/ui/view/
H A DMediaObjectBar.cxx76 DrawDocShell* pDocShell = mpViewSh->GetDocSh(); in MediaObjectBar() local
78 SetPool( &pDocShell->GetPool() ); in MediaObjectBar()
79 SetUndoManager( pDocShell->GetUndoManager() ); in MediaObjectBar()
H A DGraphicObjectBar.cxx87 DrawDocShell* pDocShell = mpViewSh->GetDocSh(); in GraphicObjectBar() local
89 SetPool( &pDocShell->GetPool() ); in GraphicObjectBar()
90 SetUndoManager( pDocShell->GetUndoManager() ); in GraphicObjectBar()
H A DViewClipboard.cxx87 DrawDocShell* pDocShell = rTransferable.GetPageDocShell(); in GetFirstMasterPage() local
88 if (pDocShell == NULL) in GetFirstMasterPage()
91 SdDrawDocument* pDocument = pDocShell->GetDoc(); in GetFirstMasterPage()
H A Ddrbezob.cxx94 DrawDocShell* pDocShell = mpViewSh->GetDocSh(); in BezierObjectBar() local
95 SetPool(&pDocShell->GetPool()); in BezierObjectBar()
96 SetUndoManager(pDocShell->GetUndoManager()); in BezierObjectBar()
/trunk/main/sw/source/core/doc/
H A Dvisiturl.cxx116 if( '#' == rURL.GetChar( 0 ) && pDocShell && pDocShell->GetMedium() ) in IsVisitedURL()
118 INetURLObject aIObj( pDocShell->GetMedium()->GetURLObject() ); in IsVisitedURL()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx158 const SfxObjectShell* pDocShell = getObjectShell(); in invalidateXDo_nolck() local
159 ENSURE_OR_THROW( pDocShell != NULL, "lcl_invalidateUndo: no access to the doc shell!" ); in invalidateXDo_nolck()
160 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst( pDocShell ); in invalidateXDo_nolck()
165 pViewFrame = SfxViewFrame::GetNext( *pViewFrame, pDocShell ); in invalidateXDo_nolck()
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx633 SwDocShell* pDocShell = ::GetActiveWrtShell()->GetView().GetDocShell(); in PageCreated() local
634 ::FillCharStyleListBox(rCharFmtLB,pDocShell); in PageCreated()
642 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell,pDocShell)); in PageCreated()
653 SwDocShell* pDocShell = ::GetActiveWrtShell()->GetView().GetDocShell(); in PageCreated() local
654 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell,pDocShell)); in PageCreated()
/trunk/main/sc/inc/
H A Dlinkuno.hxx73 ScDocShell* pDocShell; member in ScSheetLinkObj
170 ScDocShell* pDocShell; member in ScSheetLinksObj
226 ScDocShell* pDocShell; member in ScAreaLinkObj
328 ScDocShell* pDocShell; member in ScAreaLinksObj
385 ScDocShell* pDocShell; member in ScDDELinkObj
445 ScDocShell* pDocShell; member in ScDDELinksObj
586 ScExternalDocLinksObj(ScDocShell* pDocShell);
H A Ddocuno.hxx93 ScDocShell* pDocShell; member in ScModelObj
331 ScDocShell* pDocShell; member in ScDrawPagesObj
381 ScDocShell* pDocShell; member in ScTableSheetsObj
480 ScDocShell* pDocShell; member in ScTableColumnsObj
586 ScDocShell* pDocShell; member in ScTableRowsObj
679 ScDocShell* pDocShell; member in ScSpreadsheetSettingsObj
745 ScDocShell* pDocShell; member in ScAnnotationsObj
798 ScDocShell* pDocShell; member in ScScenariosObj
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsDragAndDropContext.cxx88 DrawDocShell* pDocShell, in GetPagesFromBookmarks() argument
91 if (pDocShell == NULL) in GetPagesFromBookmarks()
94 const SdDrawDocument* pDocument = pDocShell->GetDoc(); in GetPagesFromBookmarks()
/trunk/main/sd/source/ui/app/
H A Dsdmod.cxx128 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in ~SdModule()
129 if( pDocShell ) in ~SdModule()
131 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in ~SdModule()
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx470 SwDocShell* pDocShell = pSourceView->GetDocShell(); in ActivatePage() local
471 if ( pDocShell->HasName() ) in ActivatePage()
473 INetURLObject aTmp( pDocShell->GetMedium()->GetName() ); in ActivatePage()
695 SwDocShell* pDocShell = pSourceView->GetDocShell(); in IMPL_LINK() local
698 if(pDocShell->HasName() && !pDocShell->IsModified()) in IMPL_LINK()
700 INetURLObject aURL = pDocShell->GetMedium()->GetURLObject(); in IMPL_LINK()
704 if ( pDocShell->HasName() ) in IMPL_LINK()
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx250 SwDocShell* pDocShell = rDoc.GetDocShell(); in createUnoPage() local
251 if ( pDocShell ) in createUnoPage()
253 Reference<XModel> xModel = pDocShell->GetBaseModel(); in createUnoPage()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx283 AnnotationWindow::AnnotationWindow( AnnotationManagerImpl& rManager, DrawDocShell* pDocShell, Windo… in AnnotationWindow() argument
286 , mpDocShell( pDocShell ) in AnnotationWindow()
287 , mpView( pDocShell->GetViewShell()->GetView() ) in AnnotationWindow()
288 , mpDoc( pDocShell->GetDoc() ) in AnnotationWindow()
292 , mbReadonly(pDocShell->IsReadOnly()) in AnnotationWindow()
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx279 SwDocShell *pDocShell(pDoc->GetDocShell()); in NewField() local
280 DBG_ASSERT(pDocShell, "no SwDocShell"); in NewField()
281 if (pDocShell) { in NewField()
283 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in NewField()
/trunk/main/sfx2/source/view/
H A Dipclient.cxx337 SfxObjectShell* pDocShell = m_pClient->GetViewShell()->GetObjectShell(); in saveObject() local
338 if ( !pDocShell ) in saveObject()
341 pDocShell->SetModified( sal_True ); in saveObject()
569 SfxObjectShell* pDocShell = m_pClient->GetViewShell()->GetObjectShell(); in getComponent() local
570 if ( !pDocShell ) in getComponent()
574 uno::Reference< util::XCloseable > xComp( pDocShell->GetModel(), uno::UNO_QUERY ); in getComponent()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx143 SwDocShell * pDocShell = pDoc->GetDocShell(); in ClearDoc() local
144 pDocShell->InvalidateModel(); in ClearDoc()
145 pDocShell->ReactivateModel(); in ClearDoc()
148 pDocShell->ClearEmbeddedObjects(); in ClearDoc()
/trunk/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()
3114 SmDocShell *pDocShell = in SetViewSettings() local
3116 if ( !pDocShell ) in SetViewSettings()
3119 Rectangle aRect( pDocShell->GetVisArea() ); in SetViewSettings()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx798 ScDocument* pDoc = pDocShell->GetDocument(); in GetCellText()
865 ScDocument* pDoc = ( pDocShell ? pDocShell->GetDocument() : NULL ); in GetTextForwarder()
1480 if ( pDocShell ) in GetTextForwarder()
1482 ScDocument* pDoc = pDocShell->GetDocument(); in GetTextForwarder()
1495 if (pDocShell) in GetTextForwarder()
1496 pEditEngine->SetRefDevice(pDocShell->GetRefDevice()); in GetTextForwarder()

Completed in 204 milliseconds

12345678910