Searched refs:aMacros (Results 1 – 6 of 6) sorted by relevance
466 aMacros = new SvxMacro*[mnMacroItems]; in SvDetachedEventDescriptor()471 aMacros[i] = NULL; in SvDetachedEventDescriptor()480 if (NULL != aMacros[i]) in ~SvDetachedEventDescriptor()481 delete aMacros[i]; in ~SvDetachedEventDescriptor()484 delete [] aMacros; in ~SvDetachedEventDescriptor()519 aMacros[nIndex] = new SvxMacro(rMacro.GetMacName(), rMacro.GetLibName(), in replaceByName()536 if( aMacros[nIndex] ) in getByName()537 rMacro = (*aMacros[nIndex]); in getByName()548 return (NULL == aMacros[nIndex]) ? sal_False : aMacros[nIndex]->HasMacro(); in hasByName()
64 const Index & MacroIndex() const { return aMacros; } in MacroIndex()67 Index & MacroIndex() { return aMacros; } in MacroIndex()75 Index aMacros; member in ary::cpp::Def_Storage
73 aMacros.Add(ret); in Store_Macro()
72 Udk_MacroMap aMacros; member141 aMacros( ignoreDefines ), in S_RunningData()146 aMacros.GetData() ); in S_RunningData()
553 MacroList aMacros; in IMPL_LINK() local568 for ( sal_uLong n = 0; n < aMacros.Count(); n++ ) in IMPL_LINK()571 SbMethod* pM = aMacros.GetObject( n ); in IMPL_LINK()580 aMacros.Insert( pMethod, nPos ); in IMPL_LINK()585 aMacroBox.InsertEntry( aMacros.GetObject( iMeth )->GetName() ); in IMPL_LINK()
262 SvxMacro** aMacros; member in SvDetachedEventDescriptor
Completed in 27 milliseconds