Home
last modified time | relevance | path

Searched refs:XPropertyList (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/svx/inc/svx/
H A Dxtable.hxx152 class SVX_DLLPUBLIC XPropertyList class
168 virtual ~XPropertyList();
243 using XPropertyList::Replace;
245 using XPropertyList::Remove;
271 using XPropertyList::Replace;
273 using XPropertyList::Remove;
302 using XPropertyList::Replace;
304 using XPropertyList::Remove;
340 using XPropertyList::Remove;
366 using XPropertyList::Remove;
[all …]
H A DXPropertyTable.hxx31 …n::star::uno::XInterface > SAL_CALL SvxUnoXColorTable_createInstance( XPropertyList* pTable ) thro…
32 …:star::uno::XInterface > SAL_CALL SvxUnoXLineEndTable_createInstance( XPropertyList* pList ) throw…
33 …un::star::uno::XInterface > SAL_CALL SvxUnoXDashTable_createInstance( XPropertyList* pList ) throw…
34 …n::star::uno::XInterface > SAL_CALL SvxUnoXHatchTable_createInstance( XPropertyList* pList ) throw…
35 …star::uno::XInterface > SAL_CALL SvxUnoXGradientTable_createInstance( XPropertyList* pList ) throw…
36 …::star::uno::XInterface > SAL_CALL SvxUnoXBitmapTable_createInstance( XPropertyList* pList ) throw…
H A Dxit.hxx40 class XPropertyList;
80 …ool2, SvxCompareValueFunc pCompareValueFunc, sal_uInt16 nPrefixResId, XPropertyList* pDefaults = N…
/aoo41x/main/svx/source/xoutdev/
H A Dxtable.cxx136 XPropertyList::XPropertyList( const String& rPath ) : in XPropertyList() function in XPropertyList
144 XPropertyList::~XPropertyList() in ~XPropertyList()
153 void XPropertyList::Clear() in Clear()
162 long XPropertyList::Count() const in Count()
166 if(!const_cast< XPropertyList* >(this)->Load()) in Count()
175 XPropertyEntry* XPropertyList::Get( long nIndex ) const in Get()
179 if(!const_cast< XPropertyList* >(this)->Load()) in Get()
199 if(!const_cast< XPropertyList* >(this)->Load()) in GetIndex()
221 Bitmap XPropertyList::GetUiBitmap( long nIndex ) const in GetUiBitmap()
275 XPropertyEntry* XPropertyList::Remove( long nIndex ) in Remove()
[all …]
H A Dxtabbtmp.cxx57 XPropertyList( rPath ) in XBitmapList()
71 return (XBitmapEntry*) XPropertyList::Replace(pEntry, nIndex); in Replace()
78 return (XBitmapEntry*) XPropertyList::Remove(nIndex); in Remove()
85 return (XBitmapEntry*) XPropertyList::Get(nIndex); in GetBitmap()
H A Dxtabhtch.cxx56 : XPropertyList(rPath) in XHatchList()
66 return (XHatchEntry*) XPropertyList::Replace(pEntry, nIndex); in Replace()
71 return (XHatchEntry*) XPropertyList::Remove(nIndex); in Remove()
76 return (XHatchEntry*) XPropertyList::Get(nIndex); in GetHatch()
H A Dxtablend.cxx57 : XPropertyList(rPath) in XLineEndList()
67 return (XLineEndEntry*) XPropertyList::Replace(pEntry, nIndex); in Replace()
72 return (XLineEndEntry*) XPropertyList::Remove(nIndex); in Remove()
77 return (XLineEndEntry*) XPropertyList::Get(nIndex); in GetLineEnd()
H A Dxtabdash.cxx57 : XPropertyList(rPath), in XDashList()
70 return (XDashEntry*) XPropertyList::Replace(pEntry, nIndex); in Replace()
75 return (XDashEntry*) XPropertyList::Remove(nIndex); in Remove()
80 return (XDashEntry*) XPropertyList::Get(nIndex); in GetDash()
H A Dxtabgrdt.cxx58 : XPropertyList(rPath ) in XGradientList()
68 return( (XGradientEntry*) XPropertyList::Replace( pEntry, nIndex ) ); in Replace()
73 return( (XGradientEntry*) XPropertyList::Remove( nIndex ) ); in Remove()
78 return( (XGradientEntry*) XPropertyList::Get( nIndex ) ); in GetGradient()
H A Dxtabcolr.cxx57 XPropertyList( rPath ) in XColorList()
71 return (XColorEntry*) XPropertyList::Replace(pEntry, nIndex); in Replace()
78 return (XColorEntry*) XPropertyList::Remove(nIndex); in Remove()
85 return (XColorEntry*) XPropertyList::Get(nIndex); in GetColor()
H A Dxattr.cxx237 …Pool2*/, SvxCompareValueFunc pCompareValueFunc, sal_uInt16 nPrefixResId, XPropertyList* pDefaults ) in CheckNamedItem()
/aoo41x/main/svx/source/unodraw/
H A DXPropertyTable.cxx53 XPropertyList* mpList;
59 SvxUnoXPropertyTable( sal_Int16 nWhich, XPropertyList* pList ) throw();
85 SvxUnoXPropertyTable::SvxUnoXPropertyTable( sal_Int16 nWhich, XPropertyList* pList ) throw() in SvxUnoXPropertyTable()
279 …SvxUnoXColorTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINECOLOR, pTable… in SvxUnoXColorTable()
293 uno::Reference< uno::XInterface > SAL_CALL SvxUnoXColorTable_createInstance( XPropertyList* pTable … in SvxUnoXColorTable_createInstance()
342 …SvxUnoXLineEndTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINEEND, pTable… in SvxUnoXLineEndTable()
415 …SvxUnoXDashTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINEDASH, pTable )… in SvxUnoXDashTable()
429 uno::Reference< uno::XInterface > SAL_CALL SvxUnoXDashTable_createInstance( XPropertyList* pTable )… in SvxUnoXDashTable_createInstance()
497 …SvxUnoXHatchTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_FILLHATCH, pTable… in SvxUnoXHatchTable()
511 uno::Reference< uno::XInterface > SAL_CALL SvxUnoXHatchTable_createInstance( XPropertyList* pTable … in SvxUnoXHatchTable_createInstance()
[all …]

Completed in 52 milliseconds