Searched refs:_rContainer (Results 1 – 7 of 7) sorted by relevance
63 void clearContainer( CONTAINER& _rContainer ) in clearContainer() argument66 _rContainer.swap( aEmpty ); in clearContainer()
111 void pushBackSequenceElement(Sequence< ELEMENT >& _rContainer, const ELEMENT& _rElement) in pushBackSequenceElement() argument113 sal_Int32 nLen = _rContainer.getLength(); in pushBackSequenceElement()114 _rContainer.realloc(nLen + 1); in pushBackSequenceElement()115 _rContainer[nLen] = _rElement; in pushBackSequenceElement()
540 LibraryContainerMethodGuard( SfxLibraryContainer& _rContainer ) in LibraryContainerMethodGuard() argument541 :m_rContainer( _rContainer ) in LibraryContainerMethodGuard()
439 NamespaceItemDialog( AddConditionDialog* pParent, XNameContainer_ref& _rContainer );
114 …nto(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _rContainer) const;
535 sal_Bool FmXBoundFormFieldIterator::ShouldStepInto(const Reference< XInterface>& _rContainer) const in ShouldStepInto()537 if (_rContainer == m_xStartingPoint) in ShouldStepInto()541 return Reference< XControlModel>(_rContainer, UNO_QUERY).is(); in ShouldStepInto()
3160 AddConditionDialog* _pCondDlg, Reference< XNameContainer >& _rContainer ) : in NamespaceItemDialog()3175 m_rNamespaces ( _rContainer ) in NamespaceItemDialog()
Completed in 125 milliseconds