Home
last modified time | relevance | path

Searched refs:Name (Results 501 – 525 of 2343) sorted by relevance

1...<<21222324252627282930>>...94

/aoo42x/main/svx/source/unodraw/
H A Dunomtabl.cxx87 …virtual void SAL_CALL removeByName( const OUString& Name ) throw( container::NoSuchElementExcepti…
210 String Name; in removeByName() local
211 SvxUnogetInternalNameForItem( XATTR_LINEEND, aApiName, Name ); in removeByName()
217 const String aSearchName( Name ); in removeByName()
231 if( !hasByName( Name ) ) in removeByName()
/aoo42x/main/ucb/source/ucp/webdav/
H A DPropertyMap.hxx39 return !!( p1.Name == p2.Name ); in operator ()()
47 return p.Name.hashCode(); in operator ()()
/aoo42x/main/dbaccess/source/core/api/
H A DTableDeco.cxx400 if (0 == pIter->Name.compareToAscii(PROPERTY_CATALOGNAME)) in createArrayHelper()
402 else if (0 ==pIter->Name.compareToAscii(PROPERTY_SCHEMANAME)) in createArrayHelper()
404 else if (0 ==pIter->Name.compareToAscii(PROPERTY_NAME)) in createArrayHelper()
406 else if (0 ==pIter->Name.compareToAscii(PROPERTY_DESCRIPTION)) in createArrayHelper()
408 else if (0 ==pIter->Name.compareToAscii(PROPERTY_TYPE)) in createArrayHelper()
410 else if (0 ==pIter->Name.compareToAscii(PROPERTY_PRIVILEGES)) in createArrayHelper()
/aoo42x/main/sw/source/core/fields/
H A Dauthfld.cxx444 pValue[0].Name = sProp1; in QueryValue()
446 pValue[1].Name = sProp2; in QueryValue()
507 if(pValue[j].Name.equalsAsciiL(SW_PROP_NAME(UNO_NAME_SORT_KEY))) in PutValue()
515 else if(pValue[j].Name.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_SORT_ASCENDING))) in PutValue()
681 pValues[i].Name = C2U(aFieldNames[i]); in QueryValue()
714 sal_Int16 nFound = lcl_Find(pParam[i].Name); in PutValue()
/aoo42x/main/svx/source/tbxctrls/
H A Dfillctrl.cxx709 aArgsFillStyle[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FillStyle")); in IMPL_LINK()
785 aArgsFillAttr[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FillColor")); in IMPL_LINK()
803 … aArgsFillAttr[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FillGradient")); in IMPL_LINK()
825 … aArgsFillAttr[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FillHatch")); in IMPL_LINK()
847 … aArgsFillAttr[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FillBitmap")); in IMPL_LINK()
872 aArgsFillStyle[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FillStyle")); in IMPL_LINK()
/aoo42x/main/extensions/source/propctrlr/
H A Deformshelper.cxx763 if ( _rFilter.find( aProp->Name ) != _rFilter.end() ) in firePropertyChanges()
767 if ( xOldInfo.is() && xOldInfo->hasPropertyByName( aProp->Name ) ) in firePropertyChanges()
768 aOldValue = _rxOldProps->getPropertyValue( aProp->Name ); in firePropertyChanges()
771 if ( xNewInfo.is() && xNewInfo->hasPropertyByName( aProp->Name ) ) in firePropertyChanges()
772 aNewValue = _rxNewProps->getPropertyValue( aProp->Name ); in firePropertyChanges()
774 firePropertyChange( aProp->Name, aOldValue, aNewValue ); in firePropertyChanges()
/aoo42x/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx181 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Frame" ))) in initialize()
183 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CommandURL" ))) in initialize()
185 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ServiceManager" ))) in initialize()
187 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ParentWindow" ))) in initialize()
189 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Identifier" ))) in initialize()
191 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StatusbarItem" ))) in initialize()
/aoo42x/main/desktop/source/app/
H A Ddesktopcontext.cxx43 Any SAL_CALL DesktopContext::getValueByName( const OUString& Name) throw (RuntimeException) in getValueByName() argument
47 if ( 0 == Name.compareToAscii( JAVA_INTERACTION_HANDLER_NAME )) in getValueByName()
54 retVal = m_xNextContext->getValueByName( Name ); in getValueByName()
/aoo42x/main/unotools/source/config/
H A Dviewoptions.cxx215 if( m_lUserData[nStep].Name == sName ) in setUserItem()
227 m_lUserData[nCount].Name = sName ; in setUserItem()
241 if( m_lUserData[nStep].Name == sName ) in getUserItem()
550 lUserData[i].Name = pNames[i]; in GetUserData()
587 if (xUserData->hasByName(pData[i].Name)) in SetUserData()
588 xUserData->replaceByName(pData[i].Name, pData[i].Value); in SetUserData()
590 xUserData->insertByName(pData[i].Name, pData[i].Value); in SetUserData()
/aoo42x/main/python/
H A Dpython-2.7.18-msvs9-subsystem.patch6 Name="VCLinkerTool"
15 Name="VCLinkerTool"
20 Name="VCALinkTool"
/aoo42x/main/migrationanalysis/src/wizard/
H A DWizard.frm12 Name = "Arial"
35 Name = "MS Sans Serif"
174 Name = "Arial"
252 Name = "Arial"
275 Name = "MS Sans Serif"
345 Name = "Arial"
531 Name = "Arial"
734 Name = "Arial"
838 Name = "Arial"
977 Name = "Arial"
[all …]
/aoo42x/main/svx/source/form/
H A Dfmshimp.cxx3498 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNTYPE; in CreateExternalView()
3503 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNPOS; in CreateExternalView()
3512 pColumnProps->Name = FM_PROP_LABEL; in CreateExternalView()
3529 if (pProps->Name.equals(FM_PROP_LABEL)) in CreateExternalView()
3539 pColumnProps->Name = pProps->Name; in CreateExternalView()
3570 pListBoxDescription->Name = FM_PROP_LABEL; in CreateExternalView()
3580 pListBoxDescription->Name = FM_PROP_BOUNDCOLUMN; in CreateExternalView()
3594 pListBoxDescription->Name = FM_PROP_LISTSOURCE; in CreateExternalView()
3615 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNTYPE; in CreateExternalView()
3622 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNPOS; in CreateExternalView()
[all …]
/aoo42x/main/xml2cmp/source/xcd/
H A Dparse.cxx78 if ( strnicmp(pLastTag+2, pDocumentData->Name().str(), pDocumentData->Name().l()) != 0 in LoadFile()
156 if ( IsBeginTag(o_rElements[i]->Name().str()) ) in Parse_FreeChoice()
170 for ( Goto('<'); IsBeginTag(o_rListElem.Name().str()); Goto('<') ) in Parse_List()
/aoo42x/main/oox/source/helper/
H A Dpropertymap.cxx73 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw (RuntimeException);
125 pProperty->Name = aIt->first; in getProperties()
139 aProperty.Name = aIt->first; in getPropertyByName()
181 pValues->Name = (*mpPropNames)[ aIt->first ]; in makePropertyValueSequence()
/aoo42x/extras/l10n/source/as/
H A Dlocalize.sdf19010 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style5 Name 0 as কমলা 2002…
19014 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style9 Name 0 as ৰঙা 2002-…
19100 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style1 Name 0 as Beige 200…
19101 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style2 Name 0 as উজ্জল 200…
19103 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style4 Name 0 as গ্রে 2002…
19104 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 as নীলা 2002…
19109 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style10 Name 0 as অৰণ্য 200…
19112 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style13 Name 0 as কমলা 2002…
19115 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 as পানী 2002…
19116 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style17 Name 0 as ৰঙা 2002-…
[all …]
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryvalueimpl.hxx40 RegistryValueImpl(const std::wstring& Name, int Value);
42 RegistryValueImpl(const std::wstring& Name, const std::wstring& Value);
44 RegistryValueImpl(const std::wstring& Name, const std::string& Value);
/aoo42x/extras/l10n/source/sd/
H A Dlocalize.sdf3081 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style7 Name 0 sd خاڪي 2002…
3082 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style8 Name 0 sd پاڻي 2002…
3084 …noffice\Office\TableWizard.xcu 0 value ..TableWizard.TableWizard.business Name 0 sd پيشو 2002…
3742 …enoffice\Office\TableWizard.xcu 0 value ..TableWizard.TableWizard.private Name 0 sd خانگي 200…
6648 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Layouts.simple Name 0 sd سادو 2002…
6659 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 sd پاڻي 2002…
6663 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style2 Name 0 sd چِٽو 2002…
6665 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style21 Name 0 sd سائو 2002…
6667 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style4 Name 0 sd خاڪي 2002…
6668 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 sd نيرو 2002…
[all …]
/aoo42x/extras/l10n/source/ml/
H A Dlocalize.sdf18376 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Layouts.simple Name 0 ml സാധാരണ 20…
18383 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style1 Name 0 ml ബീയ്ജ് 20…
18384 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style2 Name 0 ml ഇരുണ്ട 20…
18385 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style3 Name 0 ml കടുംനീല 2…
18387 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 ml നീല 2002-…
18391 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style9 Name 0 ml ഇളം ഗ്രെ …
18392 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style10 Name 0 ml വനം 2002-…
18395 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style13 Name 0 ml ഓറഞ്ച് 20…
18396 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style14 Name 0 ml ഐസ് നീല 2…
18398 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 ml വെള്ളം 20…
[all …]
/aoo42x/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf161 en-US = "Name"
251 en-US = "Object Name"
440 en-US = "Name"
458 en-US = "Legend Name"
464 en-US = "PivotTable Name"
515 en-US = "Object Name"
806 en-US = "Chart Name"
1407 en-US = "Document Name"
1467 en-US = "Document Name"
1650 en-US = "Document Name"
[all …]
/aoo42x/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx204 aSeq[0].Name = m_aPropType; in getFactoriesDescription()
209 aSeq[1].Name = m_aPropName; in getFactoriesDescription()
214 aSeq[2].Name = m_aPropModule; in getFactoriesDescription()
311 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in readConfigurationData()
440 if ( Args[i].Name.equals( aPropFrame )) in createUIElement()
/aoo42x/main/filter/source/placeware/
H A Dexporter.cxx496 aFilterData[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ); in exportPage()
498 aFilterData[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("Translucent") ); in exportPage()
502 aDescriptor[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterName") ); in exportPage()
504 aDescriptor[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("URL") ); in exportPage()
506 aDescriptor[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterData") ); in exportPage()
/aoo42x/main/xmloff/source/core/
H A DPropertySetMerger.cxx75 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw(RuntimeException);
252 sal_Bool SAL_CALL PropertySetMergerImpl::hasPropertyByName( const OUString& Name ) throw(RuntimeExc… in hasPropertyByName() argument
254 if(mxPropSet1Info->hasPropertyByName( Name ) ) in hasPropertyByName()
257 return mxPropSet2Info->hasPropertyByName( Name ); in hasPropertyByName()
/aoo42x/main/qadevOOo/tests/java/mod/_fwk/
H A DModuleUIConfigurationManager.java124 propVal.Name = "DefaultConfigStorage"; in createTestEnvironment()
128 propVal.Name = "UserConfigStorage"; in createTestEnvironment()
132 propVal.Name = "ModuleIdentifier"; in createTestEnvironment()
136 propVal.Name = "UserRootCommit"; in createTestEnvironment()
/aoo42x/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterStrikeThrough.java94 aStoreProperties_odt[0].Name = "Override"; in testCharacterStrikeThroughSetting()
96 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterStrikeThroughSetting()
104 aStoreProperties_doc[0].Name = "Override"; in testCharacterStrikeThroughSetting()
106 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterStrikeThroughSetting()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx327 aArgs[0].Name = PROPERTY_GROUP; in moveGroups()
336 aArgs[1].Name = PROPERTY_POSITIONY; in moveGroups()
459 aArgs[0].Name = PROPERTY_GROUP; in SaveModified()
468 aArgs[1].Name = PROPERTY_POSITIONY; in SaveModified()
813 aArgs[0].Name = PROPERTY_GROUP; in DeleteRows()
948 aArgs[0].Name = PROPERTY_GROUP; in InsertRows()
950 aArgs[1].Name = PROPERTY_POSITIONY; in InsertRows()
1300 aArgs[1].Name = PROPERTY_GROUP; in IMPL_LINK()
1304 aArgs[0].Name = PROPERTY_HEADERON; in IMPL_LINK()
1306 aArgs[0].Name = PROPERTY_FOOTERON; in IMPL_LINK()

Completed in 6217 milliseconds

1...<<21222324252627282930>>...94