Searched defs:ENTRY (Results 1 – 6 of 6) sorted by relevance
41 struct ENTRY struct in LotusFontBuffer43 String* pTmpName;44 SvxFontItem* pFont;45 SvxFontHeightItem* pHeight;46 SvxColorItem* pColor;47 sal_Int32 nType; // < 0 -> undefiniert48 inline ENTRY( void ) in ENTRY() function56 inline ~ENTRY() in ~ENTRY()67 inline void TmpName( const String &rNew ) in TmpName()74 inline void Font( SvxFontItem& rNew ) in Font()[all …]
73 struct ENTRY struct in LotAttrCache75 ScPatternAttr* pPattAttr;76 sal_uInt32 nHash0;78 inline ENTRY( const ScPatternAttr& r ) { pPattAttr = new ScPatternAttr( r ); } in ENTRY() argument80 inline ENTRY( ScPatternAttr* p ) { pPattAttr = p; } in ENTRY() function82 inline ~ENTRY() { delete pPattAttr; } in ~ENTRY()86 inline sal_Bool operator ==( const sal_uInt32& r ) const { return nHash0 == r; } in operator ==()116 struct ENTRY struct in LotAttrCol118 const ScPatternAttr* pPattAttr;119 SCROW nFirstRow;[all …]
197 struct ENTRY struct in RangeNameBufferWK3199 StringHashEntry aStrHashEntry;200 ScComplexRefData aScComplexRefDataRel;201 String aScAbsName;202 sal_uInt16 nAbsInd; // == 0 -> noch keine Abs-Name!203 sal_uInt16 nRelInd;204 sal_Bool bSingleRef;205 ENTRY( const String& rName, const String& rScName, const ScComplexRefData& rCRD ) : in ENTRY() function
167 struct ENTRY struct in DifColumn169 sal_uInt32 nNumFormat;171 SCROW nStart;172 SCROW nEnd;
83 #define ENTRY( s ) { sizeof (s)-1, s } macro
71 #define ENTRY(t) { GET_PROP_TYPE(XML_TYPE_PROP_##t), XML_##t##_PROPERTIES } macro
Completed in 58 milliseconds