/aoo4110/main/sfx2/source/control/ |
H A D | minfitem.cxx | 48 aMethodName(rMethodName), in SfxMacroInfoItem() 62 aMethodName(rCopy.aMethodName), in SfxMacroInfoItem() 77 aMethodName == ((const SfxMacroInfoItem&)rCmp).aMethodName && in operator ==() 96 aMacroName += aMethodName; in GetQualifiedName()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | bastype3.cxx | 281 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 D | bastype2.cxx | 662 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 D | macrodlg.cxx | 146 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()
|
H A D | bastype2.hxx | 129 …void SetMethodName( const String& aMethodName ) { m_aMethodName = aMethodName; } in SetMethodName() argument
|
H A D | bastypes.cxx | 897 … rDocument, const String& aLibName, const String& aName, const String& aMethodName, sal_uInt16 nTy… in SbxItem() argument 902 ,m_aMethodName(aMethodName) in SbxItem()
|
/aoo4110/main/idl/source/objects/ |
H A D | slot.cxx | 1211 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()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | minfitem.hxx | 37 String aMethodName; member in SfxMacroInfoItem 58 { return aMethodName; } in GetMethod() 60 { aMethodName = r; } in SetMethod()
|
/aoo4110/main/basctl/source/inc/ |
H A D | sbxitem.hxx | 48 … 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
|
/aoo4110/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 534 ::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()
|
/aoo4110/main/cui/source/customize/ |
H A D | macropg.cxx | 910 ::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()
|
/aoo4110/main/xmlhelp/source/com/sun/star/help/ |
H A D | HelpIndexer.java | 132 public boolean hasMethod( String aMethodName ) in hasMethod() argument 134 boolean bRet = (aMethodName.equals( aCreateIndexMethodName ) ); in hasMethod()
|
H A D | HelpSearch.java | 196 public boolean hasMethod( String aMethodName ) { in hasMethod() argument 197 boolean bRet = (aMethodName.equals( aSearchMethodName ) ); in hasMethod()
|
/aoo4110/main/stoc/source/inspect/ |
H A D | introspection.cxx | 273 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()
|
/aoo4110/main/pyuno/source/module/ |
H A D | pyuno_adapter.cxx | 415 sal_Bool Adapter::hasMethod( const OUString & aMethodName ) in hasMethod() argument 418 return hasProperty( aMethodName ); in hasMethod()
|
/aoo4110/main/basic/source/comp/ |
H A D | sbcomp.cxx | 666 String aMethodName = pMethod->GetName(); in dbg_traceNotifyCall() local 667 aCompleteFunctionName += aMethodName; in dbg_traceNotifyCall()
|
/aoo4110/main/basic/source/classes/ |
H A D | sbxmod.cxx | 2519 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()
|
H A D | sbunoobj.cxx | 3979 ::rtl::OUString aMethodName = aPrefixName; in firing_impl() 3980 aMethodName = aMethodName + Event.MethodName; in firing_impl() 4001 pLib->Call( aMethodName, xSbxArray ); in firing_impl()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | addincol.cxx | 130 rtl::OUString aMethodName = xFunction->getName(); in GetCompNames() local 131 aCompNames = xComp->getCompatibilityNames( aMethodName ); in GetCompNames()
|