Home
last modified time | relevance | path

Searched defs:ENTRY (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dlotfntbf.hxx41 struct ENTRY struct in LotusFontBuffer
43 String* pTmpName;
44 SvxFontItem* pFont;
45 SvxFontHeightItem* pHeight;
46 SvxColorItem* pColor;
47 sal_Int32 nType; // < 0 -> undefiniert
48 inline ENTRY( void ) in ENTRY() function
56 inline ~ENTRY() in ~ENTRY()
67 inline void TmpName( const String &rNew ) in TmpName()
74 inline void Font( SvxFontItem& rNew ) in Font()
[all …]
H A Dlotattr.hxx73 struct ENTRY struct in LotAttrCache
75 ScPatternAttr* pPattAttr;
76 sal_uInt32 nHash0;
78 inline ENTRY( const ScPatternAttr& r ) { pPattAttr = new ScPatternAttr( r ); } in ENTRY() function
80 inline ENTRY( ScPatternAttr* p ) { pPattAttr = p; } in ENTRY() argument
82 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 LotAttrCol
118 const ScPatternAttr* pPattAttr;
119 SCROW nFirstRow;
[all …]
H A Dnamebuff.hxx197 struct ENTRY struct in RangeNameBufferWK3
199 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() argument
H A Ddif.hxx167 struct ENTRY struct in DifColumn
169 sal_uInt32 nNumFormat;
171 SCROW nStart;
172 SCROW nEnd;
/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx83 #define ENTRY( s ) { sizeof (s)-1, s } macro
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx71 #define ENTRY(t) { GET_PROP_TYPE(XML_TYPE_PROP_##t), XML_##t##_PROPERTIES } macro

Completed in 92 milliseconds