Searched refs:nCurKey (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/source/items/ |
H A D | hlnkitem.cxx | 175 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()
|
/aoo42x/main/svl/source/items/ |
H A D | macitem.cxx | 129 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()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 790 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()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | basidesh.cxx | 227 nCurKey = 100; in Init() 934 nCurKey++; in InsertWindowInTable() 935 aIDEWindowTable.Insert( nCurKey, pNewWin ); in InsertWindowInTable() 936 return nCurKey; in InsertWindowInTable()
|
/aoo42x/main/basctl/source/inc/ |
H A D | basidesh.hxx | 89 sal_uInt16 nCurKey; member in BasicIDEShell
|
Completed in 42 milliseconds