Home
last modified time | relevance | path

Searched refs:_pPage (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/cui/source/tabpages/
H A Dconnect.cxx68 SvxConnectionPage* _pPage = new SvxConnectionPage( this, rInAttrs ); in SvxConnectionDialog() local
70 _pPage->SetView( pSdrView ); in SvxConnectionDialog()
71 _pPage->Construct(); in SvxConnectionDialog()
73 SetTabPage( _pPage ); in SvxConnectionDialog()
74 SetText( _pPage->GetText() ); in SvxConnectionDialog()
H A Dmeasure.cxx68 SvxMeasurePage* _pPage = new SvxMeasurePage( this, rInAttrs ); in SvxMeasureDialog() local
70 _pPage->SetView( pSdrView ); in SvxMeasureDialog()
71 _pPage->Construct(); in SvxMeasureDialog()
73 SetTabPage( _pPage ); in SvxMeasureDialog()
74 SetText( _pPage->GetText() ); in SvxMeasureDialog()
H A Dchardlg.cxx807 SvxCharNamePage* _pPage, in calcFontInfo() argument
825 SfxItemState eState = _pPage->GetItemSet().GetItemState( _nFontWhich ); in calcFontInfo()
828 const SvxFontItem* pFontItem = (const SvxFontItem*)&( _pPage->GetItemSet().Get( _nFontWhich ) ); in calcFontInfo()
838 DBG_ASSERT( _pPage->GetItemSet().GetParent(), "No parent set" ); in calcFontInfo()
839 …const SvxFontHeightItem& rOldItem = (SvxFontHeightItem&)_pPage->GetItemSet().GetParent()->Get( _nF… in calcFontInfo()
850 …ItemToControl( nHeight, _pPage->GetItemSet().GetPool()->GetMetric( _nFontHeightWhich ), SFX_FUNIT_… in calcFontInfo()
1627 …void enableRelativeMode( SvxCharNamePage* _pPage, FontSizeBox* _pFontSizeLB, sal_uInt16 _nHeightWh… in enableRelativeMode() argument
1632 (SvxFontHeightItem&)_pPage->GetItemSet().GetParent()->Get( _nHeightWhich ); in enableRelativeMode()
1633 SfxMapUnit eUnit = _pPage->GetItemSet().GetPool()->GetMetric( _nHeightWhich ); in enableRelativeMode()
/aoo4110/main/extensions/source/propctrlr/
H A Dpropertyeditor.hxx60 HiddenPage( sal_uInt16 _nPos, TabPage* _pPage ) : nPos( _nPos ), pPage( _pPage ) { } in HiddenPage()
/aoo4110/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx46 OReportDrawPage::OReportDrawPage(SdrPage* _pPage in OReportDrawPage() argument
48 : SvxDrawPage(_pPage) in OReportDrawPage()
H A DUndoEnv.cxx161 void OXUndoEnvironment::RemoveSection(OReportPage* _pPage) in RemoveSection() argument
163 if ( _pPage ) in RemoveSection()
165 Reference< XInterface > xSection(_pPage->getSection()); in RemoveSection()
/aoo4110/main/svx/source/inc/
H A Dfmshimp.hxx126 FmLoadAction( FmFormPage* _pPage, sal_uInt16 _nFlags, sal_uLong _nEventId ) in FmLoadAction()
127 :pPage( _pPage ), nEventId( _nEventId ), nFlags( _nFlags ) in FmLoadAction()
342 void loadForms( FmFormPage* _pPage, const sal_uInt16 _nBehaviour = FORMS_LOAD | FORMS_SYNC );
/aoo4110/main/sw/source/core/layout/
H A Dfrmtool.cxx2556 void MA_FASTCALL lcl_AddObjsToPage( SwFrm* _pFrm, SwPageFrm* _pPage ) in lcl_AddObjsToPage() argument
2575 _pPage->AppendFlyToPage( pFlyFrm ); in lcl_AddObjsToPage()
2579 pFlyFrm->InvalidatePage( _pPage ); in lcl_AddObjsToPage()
2585 ::lcl_AddObjsToPage( pFlyFrm, _pPage ); in lcl_AddObjsToPage()
2593 ::lcl_AddObjsToPage( pCnt, _pPage ); in lcl_AddObjsToPage()
2604 _pPage->AppendDrawObjToPage( in lcl_AddObjsToPage()
H A Dlayact.cxx1154 static const SwAnchoredObject* lcl_FindFirstInvaObj( const SwPageFrm* _pPage, in lcl_FindFirstInvaObj() argument
1157 ASSERT( _pPage->GetSortedObjs(), "FindFirstInvaObj, no Objs" ) in lcl_FindFirstInvaObj()
1159 for ( sal_uInt16 i = 0; i < _pPage->GetSortedObjs()->Count(); ++i ) in lcl_FindFirstInvaObj()
1161 const SwAnchoredObject* pObj = (*_pPage->GetSortedObjs())[i]; in lcl_FindFirstInvaObj()
/aoo4110/main/svx/source/form/
H A Dfmshimp.cxx3979 void FmXFormShell::loadForms( FmFormPage* _pPage, const sal_uInt16 _nBehaviour /* FORMS_LOAD | FORM… in loadForms() argument
3987 _pPage, in loadForms()
3989 Application::PostUserEvent( LINK( this, FmXFormShell, OnLoadForms ), _pPage ) in loadForms()
3994 DBG_ASSERT( _pPage, "FmXFormShell::loadForms: invalid page!" ); in loadForms()
3995 if ( _pPage ) in loadForms()
3999 FmFormModel* pModel = PTR_CAST( FmFormModel, _pPage->GetModel() ); in loadForms()
4006 xForms = xForms.query( _pPage->GetForms( false ) ); in loadForms()
H A Dnavigatortree.cxx96 void collectShapeModelMapping( SdrPage* _pPage, MapModelToShape& _rMapping ) in collectShapeModelMapping() argument
98 OSL_ENSURE( _pPage, "collectShapeModelMapping: invalid arg!" ); in collectShapeModelMapping()
102 SdrObjListIter aIter( *_pPage ); in collectShapeModelMapping()
/aoo4110/main/reportdesign/inc/
H A DUndoEnv.hxx111 void RemoveSection(OReportPage* _pPage);

Completed in 101 milliseconds