Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/items/
H A Dnumfmtsh.cxx81 nCurFormatKey ( nFormatKey ), \
197 nCurFormatKey, in CategoryChanged()
213 nCurFormatKey, in LanguageChanged()
228 nCurFormatKey=aCurEntryList[nFmtLbPos]; in FormatChanged()
230 if(nCurFormatKey!=NUMBERFORMAT_ENTRY_NOT_FOUND) in FormatChanged()
288 nCurFormatKey = nAddKey; in AddFormat()
289 DBG_ASSERT( !IsAdded_Impl( nCurFormatKey ), "Doppeltes Format!" ); in AddFormat()
290 aAddList.Insert( nCurFormatKey, aAddList.Count() ); in AddFormat()
294 nCurFormatKey, in AddFormat()
348 nCurFormatKey, in RemoveFormat()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dnumfmtsh.hxx183 void SetCurNumFmtKey( sal_uInt32 nNew ) { nCurFormatKey = nNew; } in SetCurNumFmtKey()
185 sal_uInt32 GetCurNumFmtKey() const { return nCurFormatKey; } in GetCurNumFmtKey()
229 sal_uInt32 nCurFormatKey; member in SvxNumberFormatShell