Home
last modified time | relevance | path

Searched refs:rParent (Results 1 – 25 of 367) sorted by path

12345678910>>...15

/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx555 …const Reference< XToolkit > & rToolkit, const Reference< XWindowPeer > & rParent ) throw( RuntimeE… in createPeer() argument
559 BaseContainerControl::createPeer ( rToolkit, rParent ) ; in createPeer()
H A Dstatusindicator.cxx331 …const Reference< XToolkit > & rToolkit, const Reference< XWindowPeer > & rParent ) throw( RuntimeE… in createPeer() argument
335 BaseContainerControl::createPeer( rToolkit, rParent ); in createPeer()
/trunk/main/autodoc/source/ary/cpp/
H A Dca_ce.cxx115 rParent = i_context.CurNamespace(); in CheckIn_Namespace() local
117 ret = rParent.Search_LocalNamespace(local_name); in CheckIn_Namespace()
120 ret = &Create_Namespace(rParent, local_name); in CheckIn_Namespace()
/trunk/main/autodoc/source/ary/idl/
H A Dia_ce.cxx545 rParent = Storage()[i_ce.NameRoom()]; in get_ModuleText() local
546 get_ModuleText(o_module, rParent); in get_ModuleText()
/trunk/main/autodoc/source/display/html/
H A Dopageenv.cxx221 rParent = pGate->Ces().Find_Ce( i_rCe.Owner() ); in AddQualifiedName2Path() local
222 AddQualifiedName2Path( rParent, true ); in AddQualifiedName2Path()
/trunk/main/autodoc/source/parser/inc/semantic/
H A Dsub_pe.hxx53 PE & rParent; member in SubPe
66 : rParent(i_rParent) in SubPe()
74 return rParent; in Parent()
97 SUB * pNewChild = new SUB( &rParent); in CreateChild()
/trunk/main/avmedia/source/framework/
H A Dmediatoolbox.cxx46 MediaToolBoxControl_Impl( Window& rParent, MediaToolBoxControl& rControl );
59 MediaToolBoxControl_Impl::MediaToolBoxControl_Impl( Window& rParent, MediaToolBoxControl& rControl … in MediaToolBoxControl_Impl() argument
60 MediaControl( &rParent, MEDIACONTROLSTYLE_SINGLELINE ), in MediaToolBoxControl_Impl()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx2273 IDXRenderModuleSharedPtr createRenderModule( const ::Window& rParent ) in createRenderModule() argument
2275 return IDXRenderModuleSharedPtr( new DXRenderModule(rParent) ); in createRenderModule()
H A Ddx_9rm.cxx1353 IDXRenderModuleSharedPtr createRenderModule( const ::Window& rParent ) in createRenderModule() argument
1355 return IDXRenderModuleSharedPtr( new DXRenderModule(rParent) ); in createRenderModule()
H A Ddx_rendermodule.hxx83 IDXRenderModuleSharedPtr createRenderModule( const ::Window& rParent );
H A Ddx_spritecanvashelper.cxx117 void SpriteCanvasHelper::init( SpriteCanvas& rParent, in init() argument
125 setDevice( rParent ); in init()
128 mpSpriteSurface = &rParent; in init()
H A Ddx_spritecanvashelper.hxx50 void init( SpriteCanvas& rParent,
/trunk/main/chart2/source/controller/dialogs/
H A DRangeSelectionListener.cxx39 RangeSelectionListenerParent & rParent, in RangeSelectionListener() argument
42 m_rParent( rParent ), in RangeSelectionListener()
/trunk/main/chart2/source/controller/inc/
H A DObjectHierarchy.hxx69 bool hasChildren( const tOID& rParent ) const;
70 tChildContainer getChildren( const tOID& rParent ) const;
H A DRangeSelectionListener.hxx49 RangeSelectionListenerParent & rParent,
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx73 void lcl_addObjectsToList( const ObjectHierarchy& rHierarchy, const ObjectHierarchy::tOID & rParent in lcl_addObjectsToList() argument
76 ObjectHierarchy::tChildContainer aChildren( rHierarchy.getChildren(rParent) ); in lcl_addObjectsToList()
H A DObjectHierarchy.cxx137 bool hasChildren( const ObjectHierarchy::tOID& rParent );
544 bool ImplObjectHierarchy::hasChildren( const ObjectHierarchy::tOID& rParent ) in hasChildren() argument
546 if ( rParent.isValid() ) in hasChildren()
548 tChildMap::const_iterator aIt( m_aChildMap.find( rParent )); in hasChildren()
557 if ( rParent.isValid() ) in getChildren()
559 tChildMap::const_iterator aIt( m_aChildMap.find( rParent )); in getChildren()
644 bool ObjectHierarchy::hasChildren( const tOID& rParent ) const in hasChildren()
646 return m_apImpl->hasChildren( rParent ); in hasChildren()
650 const ObjectHierarchy::tOID& rParent ) const in getChildren()
652 if ( rParent.isValid() ) in getChildren()
[all …]
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx244 rParent ( *pChildWindow ), in SpellDialog()
391 aAutoCorrPB.Show( bShowChangeAll && rParent.HasAutoCorrection() ); in UpdateBoxes_Impl()
441 pThis->aAutoCorrPB.Show(pThis->rParent.HasAutoCorrection()); in IMPL_STATIC_LINK()
455 bool bHasGrammarChecking = pThis->rParent.HasGrammarChecking(); in IMPL_STATIC_LINK()
575 rParent.SetGrammarChecking( pBox->IsChecked() ); in IMPL_LINK()
818 Execute(rParent.GetType(), in Close()
900 if( rParent.HasGrammarChecking() ) in SetTitle_Impl()
1135 rParent.GetFocus(); in Notify()
1140 rParent.LoseFocus(); in Notify()
1203 rParent.ApplyChangedSentence(aSentence, bRecheck); in GetNextSentence_Impl()
[all …]
/trunk/main/cui/source/inc/
H A DSpellDialog.hxx198 svx::SpellDialogChildWindow& rParent; member in svx::SpellDialog
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx2802 :OSubComponent(m_aMutex, rParent) in ORowSetClone()
2804 ,m_pParent(&rParent) in ORowSetClone()
2805 ,m_nFetchDirection(rParent.m_nFetchDirection) in ORowSetClone()
2806 ,m_nFetchSize(rParent.m_nFetchSize) in ORowSetClone()
2811 m_nResultSetType = rParent.m_nResultSetType; in ORowSetClone()
2815 m_bBeforeFirst = rParent.m_bBeforeFirst; in ORowSetClone()
2816 m_bAfterLast = rParent.m_bAfterLast; in ORowSetClone()
2817 m_pCache = rParent.m_pCache; in ORowSetClone()
2818 m_aBookmark = rParent.m_aBookmark; in ORowSetClone()
2820 m_xNumberFormatTypes = rParent.m_xNumberFormatTypes; in ORowSetClone()
[all …]
H A DRowSet.hxx483 …ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pM…
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentevents.cxx66 ::cppu::OWeakObject& rParent;
71 :rParent( _rParent ) in DocumentEvents_Data()
149 m_pData->rParent.acquire(); in acquire()
155 m_pData->rParent.release(); in release()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx114 OSbaWeakSubObject(::cppu::OWeakObject& rParent) : m_rParent(rParent) { } in OSbaWeakSubObject() argument
/trunk/main/dbaccess/source/ui/misc/
H A Ddbaundomanager.cxx74 ,rParent( i_parent ) in UndoManager_Impl()
87 ::cppu::OWeakObject& rParent;
213 m_pImpl->rParent.acquire(); in acquire()
219 m_pImpl->rParent.release(); in release()
380 return *&m_pImpl->rParent; in getParent()
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx82 … ( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rParent,

Completed in 133 milliseconds

12345678910>>...15