Home
last modified time | relevance | path

Searched refs:mnID (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsdrcomment.hxx44 sal_uInt32 mnID; member in sdr::Comment
68 sal_Bool operator<(const Comment& rCandidate) const { return (mnID < rCandidate.mnID); } in operator <()
75 sal_uInt32 GetID() const { return mnID; } in GetID()
/trunk/main/svx/source/svdraw/
H A Dsdrcomment.cxx38 : mnID(nID), in Comment()
53 mnID == rCandidate.mnID in operator ==()
/trunk/main/sc/inc/
H A Ddptablecache.hxx49 long mnID; member in ScDPTableDataCache
79 void SetId( long nId ){ mnID = nId;} in SetId()
/trunk/main/filter/source/flash/
H A Dswfexporter.hxx65 sal_uInt16 mnID; // the character id for the sprite definition of this shape member in swf::ShapeInfo
93 mnID(0), mnX(0), mnY(0), in ShapeInfo()
H A Dswfexporter.cxx689 pShapeInfo->mnID = nID; in exportShape()
693 …mpWriter->placeShape( pShapeInfo->mnID, _uInt16(nPlaceDepth++), pShapeInfo->mnX, pShapeInfo->mnY ); in exportShape()
/trunk/main/sc/source/filter/inc/
H A Dxltracer.hxx72 sal_uInt32 mnID; /// actual ID Index trace tag Value member
/trunk/main/sc/source/filter/excel/
H A Dxltracer.cxx113 sID += OUString::valueOf( static_cast< sal_Int32 >( pTracerDetails[ eProblem ].mnID ) ); in TraceLog()
/trunk/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx62 sal_Int32 mnID; member
352 if( p->mnID == nPresetSubType ) in getConvertedSubType()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx427 mnID = -1; in ScDPTableDataCache()
1123 return mnID; in GetId()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1026 sal_uInt32 mnID; member
1028 EscherPersistEntry( sal_uInt32 nId, sal_uInt32 nOffset ) { mnID = nId; mnOffset = nOffset; }; in EscherPersistEntry()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3963 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtIsID()
3982 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtDelete()
3997 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtGetOffsetByID()
4009 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtReplace()
4025 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtReplaceOrInsert()
/trunk/main/sd/source/filter/ppt/
H A Dpptanimations.hxx307 sal_Int32 mnID; member
H A Dpptinanimations.cxx1097 if( p->mnID == nPresetSubType ) in getConvertedSubType()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx227 nPresetSubType = p->mnID; in ImplTranslatePresetSubType()

Completed in 132 milliseconds