Home
last modified time | relevance | path

Searched refs:aMethodName (Results 1 – 19 of 19) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx662 String aMethodName( aDesc.GetMethodName() ); in ExpandingHdl() local
664 if ( aLibName.Len() && !aLibSubName.Len() && !aName.Len() && !aMethodName.Len() ) in ExpandingHdl()
855 String aMethodName( aDesc.GetMethodName() ); in SetCurrentEntry() local
856 if ( aMethodName.Len() ) in SetCurrentEntry()
859 … SvLBoxEntry* pSubEntry = FindEntry( pEntry, aMethodName, OBJ_TYPE_METHOD ); in SetCurrentEntry()
H A Dbastype2.hxx129 …void SetMethodName( const String& aMethodName ) { m_aMethodName = aMethodName; } in SetMethodName() argument
H A Dbastype3.cxx281 String aMethodName; in GetEntryDescriptor() local
285 …urn BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aName, aMethodName, eType ); in GetEntryDescriptor()
342 aMethodName = GetEntryText( pLE ); in GetEntryDescriptor()
374 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aName, aMethodName, eTyp… in GetEntryDescriptor()
423 String aMethodName( aDesc.GetMethodName() ); in IsValidEntry() local
453 bIsValid = BasicIDE::HasMethod( aDocument, aLibName, aName, aMethodName ); in IsValidEntry()
H A Dbastypes.cxx897 … rDocument, const String& aLibName, const String& aName, const String& aMethodName, sal_uInt16 nTy… in SbxItem() argument
902 ,m_aMethodName(aMethodName) in SbxItem()
H A Dmacrodlg.cxx146 String aMethodName; in StoreMacroDescription() local
149 aMethodName = aMacroBox.GetEntryText( pEntry ); in StoreMacroDescription()
151 aMethodName = aMacroNameEdit.GetText(); in StoreMacroDescription()
152 if ( aMethodName.Len() ) in StoreMacroDescription()
154 aDesc.SetMethodName( aMethodName ); in StoreMacroDescription()
/trunk/main/basctl/source/inc/
H A Dsbxitem.hxx48 … rDocument, const String& aLibName, const String& aName, const String& aMethodName, sal_uInt16 nTy…
65 void SetMethodName( const String& aMethodName ) { m_aMethodName = aMethodName; } in SetMethodName() argument
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3979 ::rtl::OUString aMethodName = aPrefixName; in firing_impl()
3980 aMethodName = aMethodName + Event.MethodName; in firing_impl()
4001 pLib->Call( aMethodName, xSbxArray ); in firing_impl()
H A Dsbxmod.cxx2519 static String aMethodName( RTL_CONSTASCII_USTRINGPARAM("Userform_Layout") ); in triggerLayoutEvent() local
2520 triggerMethod( aMethodName ); in triggerLayoutEvent()
2525 static String aMethodName( RTL_CONSTASCII_USTRINGPARAM("Userform_Resize") ); in triggerResizeEvent() local
2526 triggerMethod( aMethodName ); in triggerResizeEvent()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx666 String aMethodName = pMethod->GetName(); in dbg_traceNotifyCall() local
667 aCompleteFunctionName += aMethodName; in dbg_traceNotifyCall()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx910 ::rtl::OUString aMethodName = maMethodEdit.GetText(); in IMPL_LINK()
912 if( aMethodName.getLength() ) in IMPL_LINK()
915 maURL += aMethodName; in IMPL_LINK()
933 ::rtl::OUString aMethodName; in AssignComponentDialog()
940 aMethodName = maURL.copy( nBegin ); in AssignComponentDialog()
943 maMethodEdit.SetText( aMethodName, Selection( 0, SELECTION_MAX ) ); in AssignComponentDialog()
/trunk/main/idl/source/objects/
H A Dslot.cxx1211 ByteString aMethodName( GetExecMethod() ); in WriteSlotStubs() local
1212 if ( aMethodName.Len() && aMethodName != "NoExec" ) in WriteSlotStubs()
1217 if( *(rList.GetObject(n)) == aMethodName ) in WriteSlotStubs()
1226 rList.Insert( new ByteString(aMethodName), LIST_APPEND ); in WriteSlotStubs()
1230 << aMethodName.GetBuffer() in WriteSlotStubs()
1235 aMethodName = GetStateMethod(); in WriteSlotStubs()
1236 if ( aMethodName.Len() && aMethodName != "NoState" ) in WriteSlotStubs()
1241 if ( *(rList.GetObject(n)) == aMethodName ) in WriteSlotStubs()
1250 rList.Insert( new ByteString(aMethodName), LIST_APPEND ); in WriteSlotStubs()
1254 << aMethodName.GetBuffer() in WriteSlotStubs()
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx415 sal_Bool Adapter::hasMethod( const OUString & aMethodName ) in hasMethod() argument
418 return hasProperty( aMethodName ); in hasMethod()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx130 rtl::OUString aMethodName = xFunction->getName(); in GetCompNames() local
131 aCompNames = xComp->getCompatibilityNames( aMethodName ); in GetCompNames()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx534 ::rtl::OUString aMethodName = aScriptEvent.ScriptCode.copy( sUnoURLScheme.getLength() ); in firing_impl()
548 bHandled = xDialogEventHandler->callHandlerMethod( xDialog, aEventObject, aMethodName ); in firing_impl()
557 … bHandled = xContainerWindowEventHandler->callHandlerMethod( xWindow, aEventObject, aMethodName ); in firing_impl()
569 getMethod( aMethodName, MethodConcept::ALL - MethodConcept::DANGEROUS ); in firing_impl()
628 aOUFinal += aMethodName; in firing_impl()
/trunk/main/sfx2/inc/sfx2/
H A Dminfitem.hxx37 String aMethodName; member in SfxMacroInfoItem
58 { return aMethodName; } in GetMethod()
60 { aMethodName = r; } in SetMethod()
/trunk/main/sfx2/source/control/
H A Dminfitem.cxx48 aMethodName(rMethodName), in SfxMacroInfoItem()
62 aMethodName(rCopy.aMethodName), in SfxMacroInfoItem()
77 aMethodName == ((const SfxMacroInfoItem&)rCmp).aMethodName && in operator ==()
96 aMacroName += aMethodName; in GetQualifiedName()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx273 sal_Int32 getMethodIndex( const ::rtl::OUString& aMethodName ) const;
340 sal_Int32 IntrospectionAccessStatic_Impl::getMethodIndex( const ::rtl::OUString& aMethodName ) const in getMethodIndex()
344 IntrospectionNameMap::iterator aIt = pThis->maMethodNameMap.find( aMethodName ); in getMethodIndex()
352 sal_Int32 nSearchFrom = aMethodName.getLength(); in getMethodIndex()
353 nSearchFrom = aMethodName.getLength(); in getMethodIndex()
357 sal_Int32 nFound = aMethodName.lastIndexOf( '_', nSearchFrom ); in getMethodIndex()
361 ::rtl::OUString aPureMethodName = aMethodName.copy( nFound + 1 ); in getMethodIndex()
368 ::rtl::OUString aStr = aMethodName.copy( 0, nFound ); in getMethodIndex()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java132 public boolean hasMethod( String aMethodName ) in hasMethod() argument
134 boolean bRet = (aMethodName.equals( aCreateIndexMethodName ) ); in hasMethod()
H A DHelpSearch.java196 public boolean hasMethod( String aMethodName ) { in hasMethod() argument
197 boolean bRet = (aMethodName.equals( aSearchMethodName ) ); in hasMethod()

Completed in 165 milliseconds