Home
last modified time | relevance | path

Searched refs:nCurKey (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/items/
H A Dhlnkitem.cxx175 sal_uInt16 nCurKey; in Create() local
178 rStrm >> nCurKey; in Create()
185 pNew->SetMacro( nCurKey, SvxMacro( aMacName, aLibName, STARBASIC ) ); in Create()
191 sal_uInt16 nCurKey, nScriptType; in Create() local
194 rStrm >> nCurKey; in Create()
204 pNew->SetMacro( nCurKey, SvxMacro( aMacName, aLibName, in Create()
/trunk/main/svl/source/items/
H A Dmacitem.cxx129 sal_uInt16 nCurKey, eType = STARBASIC; in Read() local
131 rStrm >> nCurKey; in Read()
140 SvxMacro *pOld = Get( nCurKey ); in Read()
144 Replace( nCurKey, pNew ); in Read()
147 Insert( nCurKey, pNew ); in Read()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx790 sal_uInt32 nCurKey = pNumFmtShell->GetCurNumFmtKey(); in FillItemSet() local
798 nCurKey = pNumFmtShell->GetCurNumFmtKey(); in FillItemSet()
800 else if(nCurKey == NUMKEY_UNDEFINED) in FillItemSet()
802 pNumFmtShell->FindEntry(aFormat, &nCurKey); in FillItemSet()
810 bDataChanged = ( nInitFormat != nCurKey ); in FillItemSet()
814 rCoreAttrs.Put( SfxUInt32Item( nWhich, nCurKey ) ); in FillItemSet()
1623 sal_uInt32 nCurKey = NUMKEY_UNDEFINED; in IMPL_LINK() local
1638 if ( pNumFmtShell->FindEntry( aFormat, &nCurKey ) ) in IMPL_LINK()
1672 pNumFmtShell->SetCurNumFmtKey( nCurKey ); in IMPL_LINK()
/trunk/main/basctl/source/basicide/
H A Dbasidesh.cxx227 nCurKey = 100; in Init()
934 nCurKey++; in InsertWindowInTable()
935 aIDEWindowTable.Insert( nCurKey, pNewWin ); in InsertWindowInTable()
936 return nCurKey; in InsertWindowInTable()
/trunk/main/basctl/source/inc/
H A Dbasidesh.hxx89 sal_uInt16 nCurKey; member in BasicIDEShell

Completed in 25 milliseconds