Home
last modified time | relevance | path

Searched refs:NameOrIndex (Results 1 – 24 of 24) sorted by relevance

/aoo4110/main/svx/source/xoutdev/
H A Dxattr.cxx114 NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, sal_Int32 nIndex) : in NameOrIndex() function in NameOrIndex
130 NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, const XubString& rName) : in NameOrIndex() function in NameOrIndex
146 NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, SvStream& rIn) : in NameOrIndex() function in NameOrIndex
162 NameOrIndex::NameOrIndex(const NameOrIndex& rNameOrIndex) : in NameOrIndex() function in NameOrIndex
400 NameOrIndex(rItem), in XColorItem()
412 NameOrIndex(_nWhich, rIn) in XColorItem()
940 NameOrIndex(rItem), in XLineDashItem()
1777 : NameOrIndex(rItem), in XLineStartItem()
2249 : NameOrIndex(rItem), in XLineEndItem()
3573 NameOrIndex(rItem), in XFillGradientItem()
[all …]
H A Dxattrbmp.cxx52 TYPEINIT1_AUTOFACTORY(XFillBitmapItem, NameOrIndex);
57 : NameOrIndex(XATTR_FILLBITMAP, nIndex), in XFillBitmapItem()
65 : NameOrIndex(XATTR_FILLBITMAP, rName), in XFillBitmapItem()
73 : NameOrIndex(rItem), in XFillBitmapItem()
151 : NameOrIndex(XATTR_FILLBITMAP, rIn) in XFillBitmapItem()
216 : NameOrIndex( XATTR_FILLBITMAP, -1), in XFillBitmapItem()
224 : NameOrIndex(XATTR_FILLBITMAP, -1), in XFillBitmapItem()
240 return (NameOrIndex::operator==(rItem) in operator ==()
255 NameOrIndex::Store(rOut, nItemVersion); in Store()
444 sal_Bool XFillBitmapItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 ) in CompareValueFunc()
[all …]
/aoo4110/main/svx/inc/svx/
H A Dxit.hxx39 class NameOrIndex;
42 typedef sal_Bool (*SvxCompareValueFunc)( const NameOrIndex* p1, const NameOrIndex* p2 );
47 class SVX_DLLPUBLIC NameOrIndex : public SfxStringItem class
56 NameOrIndex() { nPalIndex = -1; } in NameOrIndex() function in NameOrIndex
57 NameOrIndex(sal_uInt16 nWhich, sal_Int32 nIndex);
58 NameOrIndex(sal_uInt16 nWhich,
60 NameOrIndex(sal_uInt16 nWhich, SvStream& rIn);
61 NameOrIndex(const NameOrIndex& rNameOrIndex);
62 ~NameOrIndex() {}; in ~NameOrIndex()
80 …static String CheckNamedItem( const NameOrIndex* pCheckItem, const sal_uInt16 nWhich, const SfxIte…
H A Dxflgrit.hxx36 class SVX_DLLPUBLIC XFillGradientItem : public NameOrIndex
42 XFillGradientItem() : NameOrIndex(XATTR_FILLGRADIENT, -1) {} in XFillGradientItem()
65 static sal_Bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
H A Dxflhtit.hxx36 class SVX_DLLPUBLIC XFillHatchItem : public NameOrIndex
42 XFillHatchItem() : NameOrIndex(XATTR_FILLHATCH, -1) {} in XFillHatchItem()
67 static sal_Bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
H A Dxlndsit.hxx39 class SVX_DLLPUBLIC XLineDashItem : public NameOrIndex
45 XLineDashItem() : NameOrIndex(XATTR_LINEDASH, -1) {} in XLineDashItem()
71 static sal_Bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
H A Dxbtmpit.hxx41 class SVX_DLLPUBLIC XFillBitmapItem : public NameOrIndex
48 XFillBitmapItem() : NameOrIndex(XATTR_FILLBITMAP, -1 ) {} in XFillBitmapItem()
73 static sal_Bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
H A Dxflftrit.hxx64 static sal_Bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
H A Dxcolit.hxx39 class SVX_DLLPUBLIC XColorItem : public NameOrIndex
H A Dxlnedit.hxx36 class SVX_DLLPUBLIC XLineEndItem : public NameOrIndex
H A Dxlnstit.hxx36 class SVX_DLLPUBLIC XLineStartItem : public NameOrIndex
/aoo4110/main/svx/source/unodraw/
H A DUnoNameItemTable.cxx61 bool SvxUnoNameItemTable::isValid( const NameOrIndex* pItem ) const in isValid()
104 NameOrIndex* pNewItem = createItem(); in ImplInsertByName()
147 NameOrIndex *pItem; in removeByName()
152 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in removeByName()
178 NameOrIndex *pItem; in replaceByName()
183 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in replaceByName()
186 NameOrIndex* pNewItem = createItem(); in replaceByName()
236 NameOrIndex *pItem; in getByName()
262 NameOrIndex *pItem; in getElementNames()
306 const NameOrIndex *pItem; in hasByName()
[all …]
H A Dunomtabl.cxx216 NameOrIndex *pItem; in removeByName()
221 pItem = (NameOrIndex *)&((*aIter)->Get( XATTR_LINEEND ) ); in removeByName()
247 NameOrIndex *pItem; in replaceByName()
252 pItem = (NameOrIndex *)&((*aIter)->Get( XATTR_LINEEND ) ); in replaceByName()
291 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in replaceByName()
308 NameOrIndex *pItem; in getByNameFromPool()
312 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in getByNameFromPool()
359 NameOrIndex* pItem; in createNamesForPool()
364 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in createNamesForPool()
411 NameOrIndex *pItem; in hasByName()
[all …]
H A Dunobtabl.cxx51 virtual NameOrIndex* createItem() const throw();
52 virtual bool isValid( const NameOrIndex* pItem ) const;
71 bool SvxUnoBitmapTable::isValid( const NameOrIndex* pItem ) const in isValid()
100 NameOrIndex* SvxUnoBitmapTable::createItem() const throw() in createItem()
H A Dunogtabl.cxx48 virtual NameOrIndex* createItem() const throw();
82 NameOrIndex* SvxUnoGradientTable::createItem() const throw() in createItem()
H A Dunohtabl.cxx48 virtual NameOrIndex* createItem() const throw();
80 NameOrIndex* SvxUnoHatchTable::createItem() const throw() in createItem()
H A Dunodtabl.cxx49 virtual NameOrIndex* createItem() const throw();
81 NameOrIndex* SvxUnoDashTable::createItem() const throw() in createItem()
H A Dunottabl.cxx48 virtual NameOrIndex* createItem() const throw();
80 NameOrIndex* SvxUnoTransGradientTable::createItem() const throw() in createItem()
H A DUnoNameItemTable.hxx60 virtual NameOrIndex* createItem() const throw() = 0;
61 virtual bool isValid( const NameOrIndex* pItem ) const;
H A Dunoshape.cxx1732 const NameOrIndex* pItem; in SetFillAttribute()
1736 pItem = (NameOrIndex*)pPool->GetItem2((sal_uInt16)nWID, nSurrogate); in SetFillAttribute()
2217 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in _getPropertyState()
2232 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in _getPropertyState()
/aoo4110/main/svx/source/table/
H A Dcell.cxx1426 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in getPropertyState()
1441 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in getPropertyState()
/aoo4110/main/editeng/inc/editeng/
H A Dmemberids.hrc38 //NameOrIndex
/aoo4110/main/sd/source/core/
H A Dstlsheet.cxx1347 NameOrIndex* pItem = (NameOrIndex*)rStyleSet.GetItem((sal_uInt16)pEntry->nWID); in getPropertyState()
/aoo4110/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx151 NameOrIndex & rItem, sal_uInt8 nMemberId ) in lcl_SetContentForNamedProperty()

Completed in 198 milliseconds