Home
last modified time | relevance | path

Searched refs:cKey (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx224 sal_Unicode c, cKey = 0; in GetSwitch() local
230 cKey = c; in GetSwitch()
252 return cKey; in GetSwitch()
291 sal_Unicode cKey = aRFS.GetSwitch( sParam ); in lcl_ScanEquationField() local
298 switch( cKey ) in lcl_ScanEquationField()
346 cKey = 0; in lcl_ScanEquationField()
376 rData, cKey ); in lcl_ScanEquationField()
592 sal_Unicode cKey = aRFS.GetSwitch( sParam ); in MakeFieldInst() local
594 switch( cKey ) in MakeFieldInst()
658 sal_Unicode cKey = aRFS.GetSwitch( sParam ); in MakeFieldInst() local
[all …]
/trunk/main/soltools/ldump/
H A Dhashtbl.hxx44 unsigned long Hash(const char *cKey) const;
45 unsigned long DHash(const char *cKey , unsigned long lHash) const;
48 HashItem* FindPos(const char *cKey) const;
78 void* Find (const char *cKey ) const;
79 bool Insert (const char *cKey , void* pObject);
80 void* Delete (const char *cKey);