Home
last modified time | relevance | path

Searched defs:GetObject (Results 1 – 25 of 54) sorted by relevance

123

/trunk/main/sfx2/inc/sfx2/
H A Dminarray.hxx325 void* GetObject( sal_uInt16 nPos ) const { return operator[](nPos); } in GetObject() function in SfxPtrArr
326 void*& GetObject( sal_uInt16 nPos ) { return operator[](nPos); } in GetObject() function in SfxPtrArr
407 char GetObject( sal_uInt16 nPos ) const { return operator[](nPos); } in GetObject() function in ByteArr
408 char& GetObject( sal_uInt16 nPos ) { return operator[](nPos); } in GetObject() function in ByteArr
472 short GetObject( sal_uInt16 nPos ) const { return operator[](nPos); } in GetObject() function in WordArr
473 short& GetObject( sal_uInt16 nPos ) { return operator[](nPos); } in GetObject() function in WordArr
H A Dstyfitem.hxx100 const SfxStyleFamilyItem* GetObject(sal_uIntPtr nIdx) const in GetObject() function in SfxStyleFamilies
/trunk/main/svx/inc/svx/
H A Dsvdtext.hxx66 SdrTextObj& GetObject() const { return mrObject; } in GetObject() function in SdrText
H A Dsvdhlpln.hxx82 SdrHelpLine* GetObject(sal_uInt16 i) const { return (SdrHelpLine*)(aList.GetObject(i)); } in GetObject() function in SdrHelpLineList
H A Dsvdoedge.hxx83 inline SdrObject* GetObject() const { return pObj; } in GetObject() function in SdrObjConnection
/trunk/main/svtools/inc/svtools/
H A Dembedhlp.hxx64 const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& GetObject() const { return mxObj; } in GetObject() function in svt::EmbeddedObjectRef
/trunk/main/sc/source/ui/inc/
H A Dhiranges.hxx52 ScHighlightEntry* GetObject( sal_uLong nIndex ) const in GetObject() function in ScHighlightRanges
H A Drfindlst.hxx56 ScRangeFindData* GetObject( sal_uLong nIndex ) const in GetObject() function in ScRangeFindList
/trunk/main/tools/inc/tools/
H A Dtable.hxx61 void* GetObject( sal_uIntPtr nPos ) const in GetObject() function in Table
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx33 T* GetObject( sal_uInt32 index ) const { return contents[index]; } in GetObject() function in BaseList
H A Dedtspell.hxx101 WrongRange& GetObject( sal_uInt16 n ) const { return WrongRanges::GetObject( n ); } in GetObject() function in WrongList
/trunk/main/tools/inc/
H A Dimpcont.hxx93 inline void* CBlock::GetObject( sal_uInt16 nIndex ) const in GetObject() function in CBlock
/trunk/main/sw/source/core/inc/
H A Danchoredobjectposition.hxx99 inline SdrObject& GetObject() const in GetObject() function in objectpositioning::SwAnchoredObjectPosition
/trunk/main/reportdesign/inc/
H A DRptObject.hxx70 inline OUnoObject* GetObject() const { return pDlgEdObj; } in GetObject() function in rptui::DlgEdHint
/trunk/main/forms/source/component/
H A DGroupManager.hxx173 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& GetObject( sal_uIn… in GetObject() function in frm::OGroup
/trunk/main/sw/inc/
H A Dswtable.hxx308 const SwServerObject* GetObject() const { return &refObj; } in GetObject() function in SwTable
309 SwServerObject* GetObject() { return &refObj; } in GetObject() function in SwTable
H A Dsection.hxx246 const SwServerObject* GetObject() const { return & m_RefObj; } in GetObject() function in SwSection
247 SwServerObject* GetObject() { return & m_RefObj; } in GetObject() function in SwSection
/trunk/main/idl/inc/
H A Dobject.hxx50 sal_uLong GetObject( sal_uLong nPos ){ return (sal_uLong) List::GetObject( nPos ); } in GetObject() function in SvULongs
/trunk/main/svl/inc/svl/
H A Dsvstdarr.hxx94 const sal_uInt16& GetObject(sal_uInt16 nP) const { in GetObject() function in SvUShortsSort
/trunk/main/sw/source/core/unocore/
H A Dunoredlines.cxx124 beans::XPropertySet* SwXRedlines::GetObject( SwRedline& rRedline, SwDoc& rDoc ) in GetObject() function in SwXRedlines
H A Dunocoll.cxx756 XTextTable* SwXTextTables::GetObject( SwFrmFmt& rFmt ) in GetObject() function in SwXTextTables
1066 SwXFrame* SwXFrames::GetObject(SwFrmFmt& rFmt, FlyCntType eType) in GetObject() function in SwXFrames
1362 uno::Reference< XTextSection > SwXTextSections::GetObject( SwSectionFmt& rFmt ) in GetObject() function in SwXTextSections
1629 Reference<XFootnote> SwXFootnotes::GetObject( SwDoc& rDoc, const SwFmtFtn& rFmt ) in GetObject() function in SwXFootnotes
1755 SwXReferenceMark* SwXReferenceMarks::GetObject( SwDoc* pDoc, const SwFmtRefMark* pMark ) in GetObject() function in SwXReferenceMarks
/trunk/main/svx/source/dialog/
H A Dimapwnd.hxx105 const IMapObjectPtr GetObject() const { return mpObj; } in GetObject() function in IMapUserData
/trunk/main/sw/source/core/text/
H A Dtxtfly.hxx88 const SdrObject* GetObject( MSHORT nPos ){ return pSdrObj[ nPos ]; } in GetObject() function in SwContourCache
/trunk/main/basctl/source/inc/
H A Ddlged.hxx69 DlgEdObj* GetObject() const { return pDlgEdObj; } in GetObject() function in DlgEdHint
/trunk/main/filter/source/svg/
H A Dsvgfilter.hxx190 const Reference< XInterface >& GetObject() const { return mxObject; } in GetObject() function in ObjectRepresentation

Completed in 98 milliseconds

123