Home
last modified time | relevance | path

Searched refs:pPage (Results 201 – 225 of 409) sorted by relevance

12345678910>>...17

/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx201 SdrPage* pPage = pPV->GetPage(); in lcl_InsertGraphic() local
208 ScLimitSizeOnDrawPage( aLogicSize, aInsertPos, pPage->GetSize() ); in lcl_InsertGraphic()
240 SdrPage* pPage = pPV->GetPage(); in lcl_InsertMedia() local
255 ScLimitSizeOnDrawPage( aSize, aInsertPos, pPage->GetSize() ); in lcl_InsertMedia()
/aoo41x/main/svx/source/svdraw/
H A Dsvdedtv1.cxx164 const SdrPage* pPage = rO.GetPage(); in CreateConnectorUndo() local
165 if ( pPage ) in CreateConnectorUndo()
167 SdrObjListIter aIter( *pPage, IM_DEEPWITHGROUPS ); in CreateConnectorUndo()
1849 const SdrPage* pPage=pObj->GetPage(); in AlignMarkedObjects() local
1850 …const SdrPageGridFrameList* pGFL=pPage->GetGridFrameList(GetSdrPageViewOfMarkedByIndex(0),&(pObj->… in AlignMarkedObjects()
1863 aBound=Rectangle(pPage->GetLftBorder(),pPage->GetUppBorder(), in AlignMarkedObjects()
1864 pPage->GetWdt()-pPage->GetRgtBorder(), in AlignMarkedObjects()
1865 pPage->GetHgt()-pPage->GetLwrBorder()); in AlignMarkedObjects()
H A Dsvdxcgv.cxx215 SdrPage* pPage=pLst->GetPage(); in Paste() local
216 if (pPage!=NULL) { in Paste()
217 aTextRect.SetSize(pPage->GetSize()); in Paste()
252 SdrPage* pPage=pLst->GetPage(); in Paste() local
253 if (pPage!=NULL) { in Paste()
254 aTextRect.SetSize(pPage->GetSize()); in Paste()
H A Dsvdedtv.cxx246 SdrPage* pPage = (bMaPg) ? pMod->GetMasterPage(nPgNum) : pMod->GetPage(nPgNum); in DeleteLayer() local
247 sal_uInt32 nObjAnz(pPage->GetObjCount()); in DeleteLayer()
251 pPage->GetObj(0)->GetOrdNum(); in DeleteLayer()
256 SdrObject* pObj = pPage->GetObj(nObjNum); in DeleteLayer()
266 pPage->RemoveObject(nObjNum); in DeleteLayer()
281 pPage->RemoveObject(nObjNum); in DeleteLayer()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsDragAndDropContext.cxx106 const SdPage* pPage = dynamic_cast<const SdPage*>(pDocument->GetPage(nPageIndex)); in GetPagesFromBookmarks() local
107 if (pPage != NULL) in GetPagesFromBookmarks()
108 rPages.push_back(pPage); in GetPagesFromBookmarks()
H A DSlsCurrentSlideManager.cxx70 void CurrentSlideManager::NotifyCurrentSlideChange (const SdPage* pPage) in NotifyCurrentSlideChange() argument
72 if (pPage != NULL) in NotifyCurrentSlideChange()
76 const_cast<SdPage*>(pPage)->getUnoPage(), in NotifyCurrentSlideChange()
/aoo41x/main/sw/inc/
H A Dhints.hxx218 const SwPageFrm *pPage; member in SwVirtPageNumInfo
228 const SwPageFrm *GetPage() { return pPage; } in GetPage()
232 const SwFrm *pF ) { pFrm = pF, pPage = pPg; } in SetInfo()
/aoo41x/main/extensions/source/propctrlr/
H A Dpropertyeditor.hxx58 TabPage* pPage; member
59 HiddenPage() : nPos( 0 ), pPage( NULL ) { } in HiddenPage()
60 HiddenPage( sal_uInt16 _nPos, TabPage* _pPage ) : nPos( _nPos ), pPage( _pPage ) { } in HiddenPage()
/aoo41x/main/sd/source/ui/func/
H A Dfupage.cxx437 SdPage *pPage = mpDoc->GetSdPage(i, ePageKind); in ExecuteDialog() local
439 const SfxItemSet& rFillAttributes = pPage->getSdrPageProperties().GetItemSet(); in ExecuteDialog()
442 …oAction *pBackgroundObjUndoAction = new SdBackgroundObjUndoAction(*mpDoc, *pPage, rFillAttributes); in ExecuteDialog()
445 SdrPageProperties& rPageProperties = pPage->getSdrPageProperties(); in ExecuteDialog()
451 pPage->ActionChanged(); in ExecuteDialog()
H A Dfuconcs.cxx254 const SdrPage* pPage = aFormModel.GetPage( 0 ); in SetAttributes() local
255 if ( pPage ) in SetAttributes()
257 const SdrObject* pSourceObj = pPage->GetObj( 0 ); in SetAttributes()
/aoo41x/main/sw/source/core/draw/
H A Ddcontact.cxx1084 SwPageFrm* pPage = pDrawVirtObj->AnchoredObj()->FindPageFrmOfAnchor(); in NotifyBackgrdOfAllVirtObjs() local
1086 if( pOldBoundRect && pPage ) in NotifyBackgrdOfAllVirtObjs()
1091 ::Notify_Background( pDrawVirtObj, pPage, in NotifyBackgrdOfAllVirtObjs()
1100 SwPageFrm* pPg = (SwPageFrm*)::FindPage( aRect, pPage ); in NotifyBackgrdOfAllVirtObjs()
1928 SwPageFrm *pPage = static_cast<SwPageFrm*>(pRoot->Lower()); in ConnectToLayout() local
1930 for ( sal_uInt16 i = 1; i < nPgNum && pPage; ++i ) in ConnectToLayout()
1932 pPage = static_cast<SwPageFrm*>(pPage->GetNext()); in ConnectToLayout()
1935 if ( pPage ) in ConnectToLayout()
1937 pPage->AppendDrawObj( maAnchoredDrawObj ); in ConnectToLayout()
H A Ddrawdoc.cxx161 SwDPage* pPage = new SwDPage(*this, 0 != bMasterPage); in AllocPage() local
162 pPage->SetName( String::CreateFromAscii( in AllocPage()
164 return pPage; in AllocPage()
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx753 pPage = rTxtFly.pPage; in SwTxtFly()
782 pPage = pFrm->FindPageFrm(); in CtorInitTxtFly()
797 bOn = pPage->GetSortedObjs() != 0; in CtorInitTxtFly()
875 const SwSortedObjs *pSorted = pPage->GetSortedObjs(); in IsAnyObj()
962 … MSHORT nHellId = pPage->getRootFrm()->GetCurrShell()->getIDocumentDrawModelAccess()->GetHellId(); in DrawTextOpaque()
1067 … MSHORT nHellId = pPage->getRootFrm()->GetCurrShell()->getIDocumentDrawModelAccess()->GetHellId(); in DrawFlyRect()
1106 ::SwAlignRect( aFly, pPage->getRootFrm()->GetCurrShell() ); in DrawFlyRect()
1419 const SwSortedObjs *pSorted = pPage->GetSortedObjs(); in InitAnchoredObjList()
1504 2 * (pPage->Frm().*fnRect->fnGetHeight)() ) in InitAnchoredObjList()
/aoo41x/main/sw/source/core/layout/
H A Dlayhelp.hxx127 void _CheckFlyCache( SwPageFrm* pPage );
141 void CheckFlyCache( SwPageFrm* pPage ) in CheckFlyCache() argument
142 { if( pImpl && nFlyIdx < pImpl->GetFlyCount() ) _CheckFlyCache( pPage ); } in CheckFlyCache()
H A Dflyincnt.cxx272 SwPageFrm *pPage = FindPageFrm(); in RegistFlys() local
273 ASSERT( pPage, "Flys ohne Seite anmelden?" ); in RegistFlys()
274 ::RegistFlys( pPage, this ); in RegistFlys()
/aoo41x/main/sc/source/core/tool/
H A Dchartlock.cxx60 SdrPage* pPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab)); in lcl_getAllLivingCharts() local
61 DBG_ASSERT(pPage,"Page ?"); in lcl_getAllLivingCharts()
63 SdrObjListIter aIter( *pPage, IM_DEEPNOGROUPS ); in lcl_getAllLivingCharts()
/aoo41x/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx945 PageElement* pPage = dynamic_cast<PageElement*>(elem.Parent); in visit() local
946 if( pPage ) in visit()
948 p_x += pPage->LeftMargin; in visit()
949 p_y += pPage->TopMargin; in visit()
950 p_w -= pPage->LeftMargin+pPage->RightMargin; in visit()
951 p_h -= pPage->TopMargin+pPage->BottomMargin; in visit()
/aoo41x/main/sw/source/core/inc/
H A Dlayact.hxx115 sal_Bool FormatCntnt( const SwPageFrm* pPage );
117 const SwPageFrm* pPage );
124 SwPageFrm *CheckFirstVisPage( SwPageFrm *pPage );
/aoo41x/main/sc/source/ui/view/
H A Dnotemark.cxx103 if( SdrPage* pPage = pModel->AllocPage( sal_False ) ) in IMPL_LINK() local
105 … pObject = ScNoteUtil::CreateTempCaption( *pDoc, aDocPos, *pPage, aUserText, aVisRect, bLeft ); in IMPL_LINK()
110 pModel->InsertPage( pPage ); in IMPL_LINK()
/aoo41x/main/svx/source/form/
H A Dnavigatortree.cxx1533 FmFormPage* pPage = (FmFormPage*)pPageView->GetPage(); in NewControl() local
1535 ::rtl::OUString sName = pPage->GetImpl().setUniqueName( xNewComponent, xParentForm ); in NewControl()
1827 SdrPage* pPage = pPageView ? pPageView->GetPage() : NULL; in DeleteSelection() local
1828 DBG_ASSERT( pPage, "NavigatorTree::DeleteSelection: invalid form page!" ); in DeleteSelection()
1831 if ( pPage ) in DeleteSelection()
1832 collectShapeModelMapping( pPage, aModelShapes ); in DeleteSelection()
2205 SdrPage* pPage = pPageView->GetPage(); in MarkViewObj() local
2208 SdrObjListIter aIter( *pPage ); in MarkViewObj()
2272 SdrPage* pPage = pPageView->GetPage(); in MarkViewObj() local
2275 SdrObjListIter aIter( *pPage ); in MarkViewObj()
/aoo41x/main/svx/source/gallery2/
H A Dgalobj.cxx573 const FmFormPage* pPage = static_cast< const FmFormPage* >(rModel.GetPage(0)); in CreateThumb() local
575 if(pPage) in CreateThumb()
577 const Rectangle aObjRect(pPage->GetAllObjBoundRect()); in CreateThumb()
584 aView.ShowSdrPage(const_cast< FmFormPage* >(pPage)); in CreateThumb()
/aoo41x/main/sd/inc/
H A Dsdabstdlg.hxx174 virtual void ApplyToAll( TabPage* pPage ) = 0;
175 virtual void Apply( TabPage* pPage ) = 0;
176 virtual void Cancel( TabPage* pPage ) = 0;
/aoo41x/main/svx/inc/svx/
H A Dunopage.hxx92 SvxDrawPage( SdrPage* pPage ) throw();
111 …al_uInt16 nType, sal_uInt32 nInventor, SdrObject *pObj = NULL, SvxDrawPage *pPage = NULL ) throw();
118 static SvxDrawPage* GetPageForSdrPage( SdrPage* pPage ) throw();
/aoo41x/main/sw/source/core/view/
H A Dvdraw.cxx319 SdrPage* pPage = pSh->getIDocumentDrawModelAccess()->GetDrawModel()->GetPage( 0 ); in NotifySizeChg() local
320 const sal_uLong nObjs = pPage->GetObjCount(); in NotifySizeChg()
323 SdrObject *pObj = pPage->GetObj( nObj ); in NotifySizeChg()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp2.cxx80 void ScHTMLExport::FillGraphList( const SdrPage* pPage, SCTAB nTab, in FillGraphList() argument
83 sal_uLong nObjCount = pPage->GetObjCount(); in FillGraphList()
89 SdrObjListIter aIter( *pPage, IM_FLAT ); in FillGraphList()

Completed in 110 milliseconds

12345678910>>...17