Home
last modified time | relevance | path

Searched refs:pParent (Results 101 – 125 of 2141) sorted by relevance

12345678910>>...86

/trunk/main/tools/source/fsys/
H A Dtempfile.cxx67 String ConstructTempDir_Impl( const String* pParent ) in ConstructTempDir_Impl() argument
70 if ( pParent && pParent->Len() ) in ConstructTempDir_Impl()
73 rtl::OUString aTmp( *pParent ); in ConstructTempDir_Impl()
159 String TempFile::CreateTempName( const String* pParent ) in CreateTempName() argument
162 String aName = ConstructTempDir_Impl( pParent ); in CreateTempName()
174 TempFile::TempFile( const String* pParent, sal_Bool bDirectory ) in TempFile() argument
181 pImp->aName = ConstructTempDir_Impl( pParent ); in TempFile()
187 TempFile::TempFile( const String& rLeadingChars, const String* pExtension, const String* pParent, s… in TempFile() argument
194 String aName = ConstructTempDir_Impl( pParent ); in TempFile()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphf.cxx58 ScHFPage::ScHFPage( Window* pParent, sal_uInt16 nResId, in ScHFPage() argument
61 : SvxHFPage ( pParent, nResId, rSet, nSetId ), in ScHFPage()
284 ScHeaderPage::ScHeaderPage( Window* pParent, const SfxItemSet& rSet ) in ScHeaderPage() argument
285 : ScHFPage( pParent, RID_SVXPAGE_HEADER, rSet, SID_ATTR_PAGE_HEADERSET ) in ScHeaderPage()
291 SfxTabPage* __EXPORT ScHeaderPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument
293 return ( new ScHeaderPage( pParent, rCoreSet ) ); in Create()
307 ScFooterPage::ScFooterPage( Window* pParent, const SfxItemSet& rSet ) in ScFooterPage() argument
308 : ScHFPage( pParent, RID_SVXPAGE_FOOTER, rSet, SID_ATTR_PAGE_FOOTERSET ) in ScFooterPage()
314 SfxTabPage* __EXPORT ScFooterPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() argument
316 return ( new ScFooterPage( pParent, rCoreSet ) ); in Create()
H A Dscuitphfedit.cxx92 ScHFEditPage::ScHFEditPage( Window* pParent, in ScHFEditPage() argument
98 : SfxTabPage ( pParent, ScResId( nResId ), rCoreAttrs ), in ScHFEditPage()
942 : ScHFEditPage( pParent, RID_SCPAGE_HFED_HR, rCoreSet, in ScRightHeaderEditPage()
954 { return ( new ScRightHeaderEditPage( pParent, rCoreSet ) ); }; in Create()
961 ScLeftHeaderEditPage::ScLeftHeaderEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScLeftHeaderEditPage() argument
962 : ScHFEditPage( pParent, RID_SCPAGE_HFED_HL, rCoreSet, in ScLeftHeaderEditPage()
974 { return ( new ScLeftHeaderEditPage( pParent, rCoreSet ) ); }; in Create()
981 : ScHFEditPage( pParent, RID_SCPAGE_HFED_FR, rCoreSet, in ScRightFooterEditPage()
993 { return ( new ScRightFooterEditPage( pParent, rCoreSet ) ); }; in Create()
1000 : ScHFEditPage( pParent, RID_SCPAGE_HFED_FL, rCoreSet, in ScLeftFooterEditPage()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_DataEditor.cxx61 Window* pParent, in DataEditor() argument
64 ModalDialog( pParent, SchResId( DLG_DIAGRAM_DATA )), in DataEditor()
347 Window* pParent = pWindow->GetParent(); in notifySystemWindow() local
348 while( pParent && ! pParent->IsSystemWindow() ) in notifySystemWindow()
350 pParent = pParent->GetParent(); in notifySystemWindow()
352 if ( pParent && pParent->IsSystemWindow()) in notifySystemWindow()
354 SystemWindow* pSystemWindow = static_cast< SystemWindow* >( pParent ); in notifySystemWindow()
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx370 SWRECTFN( pParent ) in Paste()
397 pParent = pSect; in Paste()
398 pSect = new SwSectionFrm( *((SwSectionFrm*)pParent)->GetSection(), pParent ); in Paste()
404 pParent->_InvalidateSize(); in Paste()
412 pParent = this; in Paste()
432 pParent->Grow( nFrmHeight ); in Paste()
683 if( pDel->IsInTab() && pParent ) in MoveCntntAndDelete()
690 pParent = NULL; in MoveCntntAndDelete()
698 if ( pParent ) in MoveCntntAndDelete()
707 pParent = NULL; in MoveCntntAndDelete()
[all …]
/trunk/main/cui/source/inc/
H A Dcuigrfflt.hxx82 PreviewWindow( Window* pParent, const ResId& rResId );
112 GraphicFilterDialog( Window* pParent, const ResId& rResId, const Graphic& rGraphic );
134 GraphicFilterMosaic( Window* pParent, const Graphic& rGraphic,
158 GraphicFilterSolarize( Window* pParent, const Graphic& rGraphic,
180 GraphicFilterSepia( Window* pParent, const Graphic& rGraphic,
202 GraphicFilterPoster( Window* pParent, const Graphic& rGraphic,
228 EmbossControl( Window* pParent, const ResId& rResId, RECT_POINT eRectPoint ) : in EmbossControl() argument
229 SvxRectCtl( pParent, rResId ) { SetActualRP( eRectPoint ); } in EmbossControl()
241 GraphicFilterEmboss( Window* pParent, const Graphic& rGraphic,
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx168 ::Window* pParent; // parent window ( Topwindow )
192 { return pParent; } in GetParent()
257 static SfxChildWindowContext* CreateImpl(::Window *pParent, \
263 static SfxChildWindowContext* CreateImpl(::Window *pParent, \
269 SfxChildWindowContext* __EXPORT Class::CreateImpl( ::Window *pParent, \
272 SfxChildWindowContext *pContext = new Class(pParent, \
289 SfxChildWindowContext* __EXPORT Class::CreateImpl( ::Window *pParent, \
292 SfxChildWindowContext *pContext = new Class(pParent,0,pBindings,pInfo);\
304 static SfxChildWindow* CreateImpl(::Window *pParent, sal_uInt16 nId, \
314 SfxChildWindow* __EXPORT Class::CreateImpl( ::Window *pParent, \
[all …]
/trunk/main/filter/source/pdf/
H A Dimpdialog.hxx153 ImpPDFTabDialog( Window* pParent,
222 ImpPDFTabGeneralPage( Window* pParent,
226 static SfxTabPage* Create( Window* pParent,
265 ImpPDFTabOpnFtrPage( Window* pParent,
269 static SfxTabPage* Create( Window* pParent,
301 ImpPDFTabViewerPage( Window* pParent,
305 static SfxTabPage* Create( Window* pParent,
361 ImpPDFTabSecurityPage( Window* pParent,
365 static SfxTabPage* Create( Window* pParent,
395 ImpPDFTabLinksPage( Window* pParent,
[all …]
H A Dimpdialog.cxx64 ImpPDFTabDialog::ImpPDFTabDialog( Window* pParent, in ImpPDFTabDialog() argument
636 SfxTabPage* ImpPDFTabGeneralPage::Create( Window* pParent, in Create() argument
751 ImpPDFTabOpnFtrPage::ImpPDFTabOpnFtrPage( Window* pParent, in ImpPDFTabOpnFtrPage() argument
795 SfxTabPage* ImpPDFTabOpnFtrPage::Create( Window* pParent, in Create() argument
924 ImpPDFTabViewerPage::ImpPDFTabViewerPage( Window* pParent, in ImpPDFTabViewerPage() argument
965 SfxTabPage* ImpPDFTabViewerPage::Create( Window* pParent, in Create() argument
1224 if( pParent && pParent->GetTabPage( RID_PDF_TAB_GENER ) ) in enablePermissionControls()
1225 bIsPDFASel = ( ( ImpPDFTabGeneralPage* )pParent-> in enablePermissionControls()
1274 ImpPDFTabLinksPage::ImpPDFTabLinksPage( Window* pParent, in ImpPDFTabLinksPage() argument
1349 SfxTabPage* ImpPDFTabLinksPage::Create( Window* pParent, in Create() argument
[all …]
/trunk/main/padmin/source/
H A Dprtsetup.cxx85 TabDialog( pParent, PaResId( RID_RTS_RTSDIALOG ) ), in RTSDialog()
220 RTSPaperPage::RTSPaperPage( RTSDialog* pParent ) : in RTSPaperPage() argument
221 TabPage( & pParent->m_aTabControl, PaResId( RID_RTS_PAPERPAGE ) ), in RTSPaperPage()
223 m_pParent( pParent ), in RTSPaperPage()
352 RTSDevicePage::RTSDevicePage( RTSDialog* pParent ) : in RTSDevicePage() argument
355 m_pParent( pParent ), in RTSDevicePage()
503 RTSOtherPage::RTSOtherPage( RTSDialog* pParent ) : in RTSOtherPage() argument
505 m_pParent( pParent ), in RTSOtherPage()
615 RTSFontSubstPage::RTSFontSubstPage( RTSDialog* pParent ) : in RTSFontSubstPage() argument
617 m_pParent( pParent ), in RTSFontSubstPage()
[all …]
H A Dadddlg.hxx50 APTabPage( AddPrinterDialog* pParent, const ResId& rResId );
66 APChooseDevicePage( AddPrinterDialog* pParent );
94 APChooseDriverPage( AddPrinterDialog* pParent );
108 APNamePage( AddPrinterDialog* pParent, const String& rInitName, DeviceKind::type eKind );
136 APCommandPage( AddPrinterDialog* pParent, DeviceKind::type eKind );
155 APOldPrinterPage( AddPrinterDialog* pParent );
170 APFaxDriverPage( AddPrinterDialog* pParent );
186 APPdfDriverPage( AddPrinterDialog* pParent );
233 AddPrinterDialog( Window* pParent );
/trunk/main/svtools/source/brwbox/
H A Dbrwhead.cxx35 BrowserHeader::BrowserHeader( BrowseBox* pParent, WinBits nWinBits ) in BrowserHeader() argument
36 :HeaderBar( pParent, nWinBits ) in BrowserHeader()
37 ,_pBrowseBox( pParent ) in BrowserHeader()
39 …long nHeight = pParent->IsZoom() ? pParent->CalcZoom(pParent->GetTitleHeight()) : pParent->GetTitl… in BrowserHeader()
42 Size( pParent->GetOutputSizePixel().Width(), in BrowserHeader()
/trunk/main/svx/source/dialog/
H A Dsimptabl.cxx39 SvxSimpTblContainer::SvxSimpTblContainer( Window* pParent, WinBits nWinStyle): in SvxSimpTblContainer() argument
40 Control(pParent,nWinStyle) in SvxSimpTblContainer()
46 Control(pParent,rResId) in SvxSimpTblContainer()
74 SvxSimpleTable::SvxSimpleTable( Window* pParent,WinBits nBits ): in SvxSimpleTable() argument
75 SvHeaderTabListBox(pParent,WB_CLIPCHILDREN | WB_HSCROLL | WB_TABSTOP), in SvxSimpleTable()
76 aPrivContainer(pParent,nBits|WB_DIALOGCONTROL), in SvxSimpleTable()
77 aHeaderBar(pParent,WB_BUTTONSTYLE | WB_BORDER | WB_TABSTOP), in SvxSimpleTable()
105 SvxSimpleTable::SvxSimpleTable( Window* pParent,const ResId& rResId): in SvxSimpleTable() argument
107 aPrivContainer(pParent,rResId), in SvxSimpleTable()
108 aHeaderBar(pParent,WB_BUTTONSTYLE | WB_BORDER | WB_TABSTOP), in SvxSimpleTable()
[all …]
/trunk/main/xmlsecurity/source/framework/
H A Dbuffernode.cxx624 void BufferNode::setParent(const BufferNode* pParent) in setParent() argument
626 m_pParent = (BufferNode*)pParent; in setParent()
825 BufferNode* pParent; in getNextNodeByTreeOrder() local
835 pParent = (BufferNode*)pNode->getParent(); in getNextNodeByTreeOrder()
836 if (pParent != NULL) in getNextNodeByTreeOrder()
838 pNextSiblingParent = (BufferNode*)pParent->getNextSibling(); in getNextNodeByTreeOrder()
840 pNode = pParent; in getNextNodeByTreeOrder()
921 BufferNode* pParent = m_pParent; in notifyAncestor() local
922 while (pParent != NULL) in notifyAncestor()
924 pParent->notifyAncestor(); in notifyAncestor()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx126 SwLabDlg::SwLabDlg(Window* pParent, const SfxItemSet& rSet, in SwLabDlg() argument
141 WaitObject aWait( pParent ); in SwLabDlg()
273 SfxTabPage(pParent, SW_RES(TP_LAB_LAB), rSet), in SwLabPage()
298 WaitObject aWait( pParent ); in SwLabPage()
595 return new SwLabPage(pParent, rSet); in Create()
719 SfxTabPage(pParent, SW_RES(TP_VISITING_CARDS), rSet), in SwVisitingCardPage()
762 return new SwVisitingCardPage(pParent, rSet); in Create()
881 SfxTabPage(pParent, SW_RES(TP_PRIVATE_DATA), rSet), in SwPrivateDataPage()
929 return new SwPrivateDataPage(pParent, rSet); in Create()
1005 SfxTabPage(pParent, SW_RES(TP_BUSINESS_DATA), rSet), in SwBusinessDataPage()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx101 DBTreeListBox::DBTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, Win… in DBG_NAME()
102 :SvTreeListBox(pParent,nWinStyle) in DBG_NAME()
114 :SvTreeListBox(pParent,rResId) in DBTreeListBox()
181 void DBTreeListBox::RequestingChilds( SvLBoxEntry* pParent ) in RequestingChilds() argument
185 if (!m_aPreExpandHandler.Call(pParent)) in RequestingChilds()
190 PostUserEvent(LINK(this, DBTreeListBox, OnResetEntry), pParent); in RequestingChilds()
288 SvLBoxEntry* pParent = NULL; in AcceptDrop() local
299 pParent = pDroppedEntry ? GetParent(pDroppedEntry) : NULL; in AcceptDrop()
300 while ( pParent && pParent != m_pDragedEntry ) in AcceptDrop()
301 pParent = GetParent(pParent); in AcceptDrop()
[all …]
/trunk/main/tools/source/communi/
H A Dgeninfo.cxx42 pParent( pParentList ) in GenericInformation()
45 if ( pParent ) in GenericInformation()
46 pParent->InsertInfo( this ); in GenericInformation()
59 pParent(NULL) in GenericInformation()
74 if ( pParent ) in ~GenericInformation()
75 pParent->RemoveInfo( this ); in ~GenericInformation()
134 GenericInformationList::GenericInformationList( GenericInformation *pParent ) in GenericInformationList() argument
136 : pOwner( pParent ) in GenericInformationList()
142 GenericInformation *pParent) in GenericInformationList() argument
149 pOwner = pParent; in GenericInformationList()
/trunk/main/svtools/source/contnr/
H A Dtooltiplbox.cxx79 ToolTipListBox::ToolTipListBox( Window* pParent, WinBits nStyle ) : in ToolTipListBox() argument
80 ListBox( pParent, nStyle ) in ToolTipListBox()
84 ToolTipListBox::ToolTipListBox( Window* pParent, const ResId& rResId ) : in ToolTipListBox() argument
85 ListBox( pParent, rResId ) in ToolTipListBox()
96 ToolTipMultiListBox::ToolTipMultiListBox( Window* pParent, WinBits nStyle ) : in ToolTipMultiListBox() argument
97 MultiListBox( pParent, nStyle ) in ToolTipMultiListBox()
101 ToolTipMultiListBox::ToolTipMultiListBox( Window* pParent, const ResId& rResId ) : in ToolTipMultiListBox() argument
102 MultiListBox( pParent, rResId ) in ToolTipMultiListBox()
/trunk/main/vcl/inc/vcl/
H A Ddialog.hxx64 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
77 explicit Dialog( Window* pParent, WinBits nStyle = WB_STDDIALOG );
78 explicit Dialog( Window* pParent, const ResId& );
106 static void EndAllDialogs( Window* pParent=NULL );
131 explicit ModelessDialog( Window* pParent, WinBits nStyle = WB_STDMODELESS );
132 explicit ModelessDialog( Window* pParent, const ResId& );
142 explicit ModalDialog( Window* pParent, WinBits nStyle = WB_STDMODAL );
143 explicit ModalDialog( Window* pParent, const ResId& );
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx91 ColorListBox::ColorListBox( Window* pParent, WinBits nWinStyle ) : in ColorListBox() argument
92 ListBox( pParent, nWinStyle ) in ColorListBox()
101 ListBox( pParent, rResId ) in ColorListBox()
384 ListBox( pParent, nWinStyle ), in LineListBox()
394 ListBox( pParent, rResId ), in LineListBox()
617 ComboBox( pParent, nWinStyle ) in DECLARE_LIST()
628 ComboBox( pParent, rResId ) in FontNameBox()
920 ComboBox( pParent, nWinStyle ) in FontStyleBox()
927 ComboBox( pParent, rResId ) in FontStyleBox()
1130 MetricBox( pParent, nWinSize ) in FontSizeBox()
[all …]
/trunk/main/rsc/source/tools/
H A Drsctree.cxx166 NameNode * pParent = SearchParent( pRemove ); in Remove() local
168 if( pParent ){ in Remove()
169 if( pParent->Left() in Remove()
170 && (EQUAL == pRemove->Compare( pParent->Left() ) ) ){ in Remove()
171 pParent->pLeft = pRemove->Left(); in Remove()
173 pParent->Insert( pRemove->Right() ); in Remove()
175 else if( pParent->Right() in Remove()
176 && (EQUAL == pRemove->Compare( pParent->Right() ) ) ){ in Remove()
177 pParent->pRight = pRemove->Right(); in Remove()
179 pParent->Insert( pRemove->Left() ); in Remove()
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx80 pParent, in CreateFillColorPopupControl()
86 pParent, in CreateFillColorPopupControl()
104 pParent, in CreateLineColorPopupControl()
110 pParent, in CreateLineColorPopupControl()
127 return new CellLineStyleControl(pParent, *this); in CreateCellLineStylePopupControl()
142 return new CellBorderStyleControl(pParent, *this); in CreateCellBorderStylePopupControl()
156 Window* pParent, in CellAppearancePropertyPanel() argument
160 pParent, in CellAppearancePropertyPanel()
422 Window* pParent, in Create() argument
426 if (pParent == NULL) in Create()
[all …]
/trunk/main/vcl/source/control/
H A Dgroup.cxx43 void GroupBox::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument
46 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit()
82 Window* pParent = GetParent(); in ImplInitSettings() local
83 if ( (pParent->IsChildTransparentModeEnabled() || in ImplInitSettings()
84 !(pParent->GetStyle() & WB_CLIPCHILDREN) ) && in ImplInitSettings()
101 SetBackground( pParent->GetBackground() ); in ImplInitSettings()
108 GroupBox::GroupBox( Window* pParent, WinBits nStyle ) : in GroupBox() argument
111 ImplInit( pParent, nStyle ); in GroupBox()
116 GroupBox::GroupBox( Window* pParent, const ResId& rResId ) : in GroupBox() argument
121 ImplInit( pParent, nStyle ); in GroupBox()
/trunk/main/sw/source/ui/config/
H A Dmailconfigpage.cxx95 SwTestAccountSettingsDialog(SwMailConfigPage* pParent);
148 SwMailConfigPage::SwMailConfigPage( Window* pParent, const SfxItemSet& rSet ) : in SwMailConfigPage() argument
149 SfxTabPage(pParent, SW_RES(TP_MAILCONFIG), rSet), in SwMailConfigPage()
190 SfxTabPage* SwMailConfigPage::Create( Window* pParent, const SfxItemSet& rAttrSet) in Create() argument
192 return new SwMailConfigPage(pParent, rAttrSet); in Create()
275 SfxModalDialog(pParent, SW_RES(DLG_MM_TESTACCOUNTSETTINGS)), in SwTestAccountSettingsDialog()
299 m_pParent(pParent), in SwTestAccountSettingsDialog()
475 SwMailConfigDlg::SwMailConfigDlg(Window* pParent, SfxItemSet& rSet ) : in SwMailConfigDlg() argument
476 SfxSingleTabDialog(pParent, rSet, 0) in SwMailConfigDlg()
491 SwMailConfigPage* pParent, SwMailMergeConfigItem& rItem) : in SwAuthenticationSettingsDialog() argument
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgnode.cxx59 const SvgNode* pParent = rCurrent.getParent(); in fillCssStyleVectorUsingHierarchyAndSelectors() local
73 if(pParent) in fillCssStyleVectorUsingHierarchyAndSelectors()
76 … fillCssStyleVectorUsingHierarchyAndSelectors(rClassStr, *pParent, aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors()
127 if(pParent) in fillCssStyleVectorUsingHierarchyAndSelectors()
130 … fillCssStyleVectorUsingHierarchyAndSelectors(rClassStr, *pParent, aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors()
159 if(pParent) in fillCssStyleVectorUsingHierarchyAndSelectors()
162 … fillCssStyleVectorUsingHierarchyAndSelectors(rClassStr, *pParent, aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors()
272 SvgNode* pParent) in SvgNode() argument
275 mpParent(pParent), in SvgNode()
288 if(pParent) in SvgNode()
[all …]

Completed in 134 milliseconds

12345678910>>...86