Home
last modified time | relevance | path

Searched refs:XPropertyEntry (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/svx/source/xoutdev/
H A Dxtable.cxx47 : XPropertyEntry(rName), in XColorEntry()
53 : XPropertyEntry(rOther), in XColorEntry()
62 : XPropertyEntry(rName), in XLineEndEntry()
68 : XPropertyEntry(rOther), in XLineEndEntry()
77 : XPropertyEntry(rName), in XDashEntry()
83 : XPropertyEntry(rOther), in XDashEntry()
92 : XPropertyEntry(rName), in XHatchEntry()
98 : XPropertyEntry(rOther), in XHatchEntry()
107 : XPropertyEntry(rName), in XGradientEntry()
122 : XPropertyEntry(rName), in XBitmapEntry()
[all …]
H A DXPropertyEntry.cxx28 XPropertyEntry::XPropertyEntry(const String& rName) in XPropertyEntry() function in XPropertyEntry
34 XPropertyEntry::XPropertyEntry(const XPropertyEntry& rOther) in XPropertyEntry() function in XPropertyEntry
40 XPropertyEntry::~XPropertyEntry() in ~XPropertyEntry()
H A Dxattr.cxx286 XPropertyEntry* pEntry = pDefaults->Get( nIndex ); in CheckNamedItem()
/aoo42x/main/svx/source/unodraw/
H A DXPropertyTable.cxx57 XPropertyEntry* get( long index ) const;
94 XPropertyEntry* SvxUnoXPropertyTable::get( long index ) const in get()
134 XPropertyEntry* pNewEntry = getEntry( aInternalName, aElement ); in insertByName()
152 XPropertyEntry* pEntry; in removeByName()
178 XPropertyEntry* pEntry; in replaceByName()
184 XPropertyEntry* pNewEntry = getEntry( aInternalName, aElement ); in replaceByName()
208 XPropertyEntry* pEntry; in getByName()
229 XPropertyEntry* pEntry; in getElementNames()
254 XPropertyEntry* pEntry; in hasByName()
282 virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw();
[all …]
/aoo42x/main/svx/inc/svx/
H A Dxtable.hxx44 class SVX_DLLPUBLIC XColorEntry : public XPropertyEntry
62 class SVX_DLLPUBLIC XLineEndEntry : public XPropertyEntry
80 class SVX_DLLPUBLIC XDashEntry : public XPropertyEntry
98 class SVX_DLLPUBLIC XHatchEntry : public XPropertyEntry
116 class SVX_DLLPUBLIC XGradientEntry : public XPropertyEntry
134 class SVX_DLLPUBLIC XBitmapEntry : public XPropertyEntry
158 ::std::vector< XPropertyEntry* > maContent;
172 void Insert(XPropertyEntry* pEntry, long nIndex = LIST_APPEND);
173 XPropertyEntry* Replace(XPropertyEntry* pEntry, long nIndex);
174 XPropertyEntry* Remove(long nIndex);
[all …]
H A DXPropertyEntry.hxx32 class SVX_DLLPUBLIC XPropertyEntry class
39 XPropertyEntry(const String& rName);
40 XPropertyEntry(const XPropertyEntry& rOther);
43 virtual ~XPropertyEntry();
/aoo42x/main/svx/
H A DLibrary_svxcore.mk438 svx/source/xoutdev/XPropertyEntry \
H A DPackage_inc.mk55 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/XPropertyEntry.hxx,svx/XPropertyEntry.hxx))

Completed in 246 milliseconds