Home
last modified time | relevance | path

Searched refs:getPage (Results 1 – 25 of 37) sorted by relevance

12

/aoo4110/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx176 OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) in getPage() function in pcr::OPropertyEditor
186 const OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) const in getPage() function in pcr::OPropertyEditor
188 return const_cast< OPropertyEditor* >( this )->getPage( _rPropertyName ); in getPage()
192 OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) in getPage() function in pcr::OPropertyEditor
198 const OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) const in getPage() function in pcr::OPropertyEditor
200 return const_cast< OPropertyEditor* >( this )->getPage( _rPageId ); in getPage()
396 OBrowserPage* pPage = getPage( _nPageId ); in InsertEntry()
413 OBrowserPage* pPage = getPage( _rName ); in RemoveEntry()
427 OBrowserPage* pPage = getPage( rData.sName ); in ChangeEntry()
435 OBrowserPage* pPage = getPage( rEntryName ); in SetPropertyValue()
[all …]
H A Dpropertyeditor.hxx131 OBrowserPage* getPage( sal_uInt16& _rPageId );
132 const OBrowserPage* getPage( sal_uInt16& _rPageId ) const;
134 OBrowserPage* getPage( const ::rtl::OUString& _rPropertyName );
135 const OBrowserPage* getPage( const ::rtl::OUString& _rPropertyName ) const;
/aoo4110/main/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx54 if( 0 == xPageCursor->getPage() % 2 ) in isHeader()
75 sal_Int32 nPage = xPageCursor->getPage(); in isFirstPageHeader()
91 return ( 0 == xPageCursor->getPage() % 2 ); in isEvenPagesHeader()
113 if( 0 == xPageCursor->getPage() % 2 ) in isFooter()
133 sal_Int32 nPage = xPageCursor->getPage(); in isFirstPageFooter()
149 return ( 0 == xPageCursor->getPage() % 2 ); in isEvenPagesFooter()
H A Dvbapagesetup.cxx184 if( xPageCursor->getPage() != 1 ) in setDifferentFirstPageHeaderFooter()
211 if( xPageCursor->getPage() != 1 ) in getStyleOfFirstPage()
H A Dvbainformationhelper.cxx41 return xPageCursor->getPage(); in handleWdActiveEndPageNumber()
/aoo4110/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpage.cxx73 const SdrPage& ViewContactOfPageSubObject::getPage() const in getPage() function in sdr::contact::ViewContactOfPageSubObject
135 const SdrPage& rPage = getPage(); in createViewIndependentPrimitive2DSequence()
222 const SdrPage& rPage = getPage(); in createViewIndependentPrimitive2DSequence()
297 const SdrPage& rPage = getPage(); in createViewIndependentPrimitive2DSequence()
341 const SdrPage& rPage = getPage(); in createViewIndependentPrimitive2DSequence()
409 const SdrPage& rPage = getPage(); in createViewIndependentPrimitive2DSequence()
490 return getPage().GetObjCount(); in GetObjectCount()
495 SdrObject* pObj = getPage().GetObj(nIndex); in GetViewContact()
H A Dviewobjectcontactofsdrpage.cxx51 const SdrPage& ViewObjectContactOfPageSubObject::getPage() const in getPage() function in sdr::contact::ViewObjectContactOfPageSubObject
53 return static_cast< ViewContactOfPageSubObject& >(GetViewContact()).getPage(); in getPage()
252 const SdrPage& rPage = getPage(); in createPrimitive2DSequence()
405 const SdrPage& rPage = getPage(); in isPrimitiveVisible()
528 const SdrPage& rPage = getPage(); in createPrimitive2DSequence()
/aoo4110/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx249 …Reference< drawing::XMasterPageTarget > xMasterPageTarget( pSlidePersistPtr->getPage(), UNO_QUERY … in endDocument()
251 xMasterPageTarget->setMasterPage( pMasterPersistPtr->getPage() ); in endDocument()
351 Reference< drawing::XDrawPage > xSlide( pSlidePersistPtr->getPage() ); in importSlide()
H A Dslidefragmenthandler.cxx86 Reference< XDrawPage > xSlide( mpSlidePersistPtr->getPage() ); in createFastChildContext()
184 Reference< XDrawPage > xSlide( mpSlidePersistPtr->getPage() ); in endDocument()
H A Dpptshape.cxx188 …if ( !rSlidePersist.isMasterPage() && rSlidePersist.getPage().is() && ( (sal_Int32)mnSubType == XM… in addShape()
197 Reference< container::XNamed > xName( rSlidePersist.getPage(), UNO_QUERY_THROW ); in addShape()
H A Dslidepersist.cxx131 Reference< XShapes > xShapes( getPage(), UNO_QUERY ); in createXShapes()
150 Reference< XAnimationNodeSupplier > xNodeSupplier( getPage(), UNO_QUERY); in createXShapes()
/aoo4110/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx459 if ( m_pParent->getPage() == pObj->GetPage() ) in deactivateOle()
615 SdrObjListIter aIter(*m_pParent->getPage(),IM_DEEPNOGROUPS); in isRectangleHit()
637 …SdrObject* pObjOverlapped = isOver(aNewRect,*m_pParent->getPage(),m_rView,false,pObjIter, ISOVER_I… in isRectangleHit()
751 if ( isOver(m_rView.GetCreateObj(),*m_pParent->getPage(),m_rView) ) in MouseButtonUp()
H A DViewsWindow.cxx601 (*aIter)->getReportSection().getPage()->resetSpecialMode(); in MouseButtonUp()
1049 rReportSection.getPage()->setSpecialMode(); in BegDragObj_createInvisibleObjectAtPosition()
1065 rReportSection.getPage()->InsertObject(pNewObj); in BegDragObj_createInvisibleObjectAtPosition()
1317 rReportSection.getPage()->resetSpecialMode(); in EndDragObj_removeInvisibleObjects()
1683 … SdrObject* pOverlapped = isOver(aMarkRect,*rReportSection.getPage(),rView); in handleKey()
1720 pOverlapped = isOver(aMarkRect,*rReportSection.getPage(),rView); in handleKey()
1789 if ( !(bCheck && isOver(aNewRect,*rReportSection.getPage(),rView)) ) in handleKey()
H A DSectionView.cxx73 if ( m_pReportWindow && m_pSectionWindow && !m_pSectionWindow->getPage()->getSpecialMode() ) in MarkListHasChanged()
105 Size aPageSize = m_pSectionWindow->getPage()->GetSize(); in MakeVisible()
H A DFixedTextColor.cxx244 OReportPage *pPage = pModel->getPage(xSection); in getXControl()
H A DFormattedFieldBeautifier.cxx177 OReportPage *pPage = pModel->getPage(xSection); in getVclWindowPeer()
/aoo4110/main/offapi/com/sun/star/text/
H A DXPageCursor.idl65 // DocMerge from idl: method com::sun::star::text::XPageCursor::getPage
69 short getPage();
/aoo4110/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx1375 void getPage(rtl::OString const& _sAddr);
1382 getPage(sPage); in test_getPage()
1392 void justtest::getPage(rtl::OString const& _sAddr) in getPage() function in osl_StreamSocket::justtest
/aoo4110/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx421 …OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection>(*aFind,uno::UNO_Q… in elementInserted()
491 …OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection >( *aFind, uno::UN… in elementRemoved()
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTabControl.java46 public int getPage() { in getPage() method in VclTabControl
/aoo4110/main/qadevOOo/tests/java/ifc/text/
H A D_XPageCursor.java88 count = oObj.getPage(); in _getPage()
/aoo4110/main/reportdesign/inc/
H A DRptModel.hxx89 …OReportPage* getPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >&…
/aoo4110/main/svx/inc/svx/sdr/contact/
H A Dviewobjectcontactofsdrpage.hxx43 const SdrPage& getPage() const;
H A Dviewcontactofsdrpage.hxx54 const SdrPage& getPage() const;
/aoo4110/main/reportdesign/source/ui/inc/
H A DReportSection.hxx124 inline OReportPage* getPage() const { return m_pPage; } in getPage() function in rptui::OReportSection

Completed in 89 milliseconds

12