Home
last modified time | relevance | path

Searched refs:Name (Results 526 – 550 of 2343) sorted by relevance

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

/aoo42x/main/unotools/source/config/
H A Dconfigitem.cxx393 lProperties[nPropertyCounter].Name = lPropertyNames[nPropertyCounter] ; in impl_packLocalizedProperties()
467 lOutNames [nDestinationCounter] = sNodeName + lProperties[nPropertyCounter].Name ; in impl_unpackLocalizedProperties()
992 OUString const sSubPath = dropPrefixFromConfigurationPath( pProperties[i].Name, rPrefix); in lcl_extractSetPropertyNames()
1066 pSetNames[k] = pProperties[k].Name.copy( bEmptyNode ? 1 : 0);
1079 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode );
1086 OSL_ENSURE( xHierarchyAccess->hasByHierarchicalName(pValues[nValue].Name),
1207 pSetNames[k] = pProperties[k].Name.copy( bEmptyNode ? 1 : 0);
1221 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode );
/aoo42x/main/svtools/source/java/
H A Djavacontext.cxx78 Any SAL_CALL JavaContext::getValueByName( const ::rtl::OUString& Name) throw (RuntimeException) in getValueByName() argument
82 if ( 0 == Name.compareToAscii( JAVA_INTERACTION_HANDLER_NAME )) in getValueByName()
96 retVal = m_xNextContext->getValueByName( Name ); in getValueByName()
/aoo42x/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.dsp1 # Microsoft Developer Studio Project File - Name="AxTestComponents" - Package Owner=<4>
262 # Name "AxTestComponents - Win32 Debug"
263 # Name "AxTestComponents - Win32 Unicode Debug"
264 # Name "AxTestComponents - Win32 Release MinSize"
265 # Name "AxTestComponents - Win32 Release MinDependency"
266 # Name "AxTestComponents - Win32 Unicode Release MinSize"
267 # Name "AxTestComponents - Win32 Unicode Release MinDependency"
/aoo42x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.dsp1 # Microsoft Developer Studio Project File - Name="XCallback_Impl" - Package Owner=<4>
262 # Name "XCallback_Impl - Win32 Debug"
263 # Name "XCallback_Impl - Win32 Unicode Debug"
264 # Name "XCallback_Impl - Win32 Release MinSize"
265 # Name "XCallback_Impl - Win32 Release MinDependency"
266 # Name "XCallback_Impl - Win32 Unicode Release MinSize"
267 # Name "XCallback_Impl - Win32 Unicode Release MinDependency"
/aoo42x/main/embeddedobj/source/msole/
H A Doleembed.cxx294 if ( aFilterData[nInd].Name.equalsAscii( "DocumentService" ) ) in TryToConvertToOOo()
311 aSeq[0].Name = ::rtl::OUString::createFromAscii( "SetEmbedded" ); in TryToConvertToOOo()
317 aArgs[0].Name = ::rtl::OUString::createFromAscii( "HierarchicalDocumentName" ); in TryToConvertToOOo()
319 aArgs[1].Name = ::rtl::OUString::createFromAscii( "ReadOnly" ); in TryToConvertToOOo()
321 aArgs[2].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in TryToConvertToOOo()
323 aArgs[3].Name = ::rtl::OUString::createFromAscii( "URL" ); in TryToConvertToOOo()
325 aArgs[4].Name = ::rtl::OUString::createFromAscii( "InputStream" ); in TryToConvertToOOo()
/aoo42x/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx70 if ( aProps[i].Name.equals( sName ) ) in lcl_findProperty()
85 sal_Int32 nPos = lcl_findProperty( aDst, aSrc[i].Name ); in lcl_mergeProperties()
350 if ( aParaProps[i].Name.equals( sParaIndent ) ) in GetParaProperties()
354 aProps[aProps.getLength( ) - 1].Name = sFirstLineIndent; in GetParaProperties()
356 else if ( aParaProps[i].Name.equals( sParaLeftMargin ) ) in GetParaProperties()
360 aProps[aProps.getLength( ) - 1].Name = sIndentAt; in GetParaProperties()
560 … aLvlProps[aLvlProps.getLength() - 1].Name = aPropNameSupplier.GetName( PROP_CHAR_STYLE_NAME ); in CreateNumberingRules()
/aoo42x/main/svl/source/config/
H A Dasiancfg.cxx180 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sStartChars; in Commit()
182 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sEndChars; in Commit()
/aoo42x/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx149 …virtual ::sal_Bool SAL_CALL hasPropertyByName( const ::rtl::OUString& Name ) throw (::com::sun::st…
193 …::sal_Bool SAL_CALL OMergedPropertySetInfo::hasPropertyByName( const ::rtl::OUString& Name ) throw… in hasPropertyByName() argument
195 if ( Name == getParaAlignProperty() ) in hasPropertyByName()
201 return m_xMasterInfo->hasPropertyByName( Name ); in hasPropertyByName()
/aoo42x/main/framework/source/uielement/
H A Dbuttontoolbarcontroller.cxx154 if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize()
156 else if ( aPropValue.Name.equalsAscii( "CommandURL" )) in initialize()
158 else if ( aPropValue.Name.equalsAscii( "ServiceManager" )) in initialize()
280 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "KeyModifier" )); in execute()
H A Duicommanddescription.cxx347 aPropSeq[0].Name = m_aPropLabel; in getSequenceFromCache()
350 aPropSeq[1].Name = m_aPropName; in getSequenceFromCache()
352 aPropSeq[2].Name = m_aPropPopup; in getSequenceFromCache()
354 aPropSeq[3].Name = m_aPropProperties; in getSequenceFromCache()
555 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in initializeConfigAccess()
688 if ( aSeq[y].Name.equalsAscii(_pName) ) in impl_fillElements()
/aoo42x/main/sw/source/filter/xml/
H A Dxmltexte.cxx603 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_True ); in _exportTextEmbedded()
608 rXMLExport.AddAttribute( XML_NAMESPACE_DRAW, aProp.Name, aStr2); in _exportTextEmbedded()
699 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_True ); in _exportTextEmbedded()
704 rXMLExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aProp.Name ); in _exportTextEmbedded()
725 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_False ); in _exportTextEmbedded()
730 rXMLExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aProp.Name ); in _exportTextEmbedded()
/aoo42x/main/eventattacher/source/
H A Deventattacher.cxx77 virtual sal_Bool SAL_CALL hasMethod(const OUString& Name) throw( RuntimeException );
78 virtual sal_Bool SAL_CALL hasProperty(const OUString& Name) throw( RuntimeException );
192 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasMethod(const OUString& Name) in hasMethod() argument
195 Reference< XIdlMethod > xMethod = m_xListenerType->getMethod( Name ); in hasMethod()
200 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasProperty(const OUString& Name) in hasProperty() argument
203 Reference< XIdlField > xField = m_xListenerType->getField( Name ); in hasProperty()
/aoo42x/main/sal/osl/w32/
H A Dsecurity.c926 sal_Unicode Name[257]; in getUserNameImpl() local
937 wcscpy(Name, DomainName); in getUserNameImpl()
938 wcscat(Name, L"/"); in getUserNameImpl()
939 wcscat(Name, UserName); in getUserNameImpl()
943 wcscpy(Name, UserName); in getUserNameImpl()
946 rtl_uString_newFromStr( strName, Name); in getUserNameImpl()
/aoo42x/extras/l10n/source/bn/
H A Dlocalize.sdf5865 cui source\dialogs\svuidlg.src 0 fixedtext MD_INSERT_OBJECT_IFRAME FT_FRAMENAME 36 bn ~Name 20…
5934 cui source\dialogs\dlgname.src 0 modaldialog RID_SVXDLG_NAME HID_DLG_NAME 180 bn Name 2002-02-…
5935 cui source\dialogs\dlgname.src 0 fixedtext RID_SVXDLG_OBJECT_NAME NTD_FT_NAME 168 bn ~Name 200…
5936 …ame.src 0 modaldialog RID_SVXDLG_OBJECT_NAME HID_DLG_OBJECT_NAME 180 bn Name 2002-02-02 02:02…
7412 cui source\tabpages\tabarea.src 0 fixedtext RID_SVXPAGE_COLOR FT_NAME 28 bn ~Name 2002-02-02 0…
7702 cui source\customize\cfg.src 0 #define TEXT_TOOLBAR_NAME 0 bn Toolbar Name 2002-02-02 02:02:02
20470 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style4 Name 0 bn ধূসর 2002…
20471 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 bn নীল 2002-…
20479 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style13 Name 0 bn কমলা 2002…
20482 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 bn পানি 2002…
[all …]
/aoo42x/main/svx/source/unodraw/
H A DUnoNameItemTable.cxx141 String Name; in removeByName() local
142 SvxUnogetInternalNameForItem( mnWhich, aApiName, Name ); in removeByName()
148 const String aSearchName( Name ); in removeByName()
162 if( !hasByName( Name ) ) in removeByName()
/aoo42x/main/editeng/source/uno/
H A Dunofdesc.cxx51 rFont.SetName( rDesc.Name ); in ConvertToFont()
68 rDesc.Name = rFont.GetName(); in ConvertFromFont()
90 aFontItem.SetFamilyName( rDesc.Name); in FillItemSet()
144 rDesc.Name = pFontItem->GetFamilyName(); in FillFromItemSet()
/aoo42x/main/offapi/com/sun/star/script/
H A DXLibraryContainerPassword.idl59 boolean isLibraryPasswordProtected( [in] string Name )
74 boolean isLibraryPasswordVerified( [in] string Name )
92 boolean verifyLibraryPassword( [in] string Name, [in] string Password )
127 void changeLibraryPassword( [in] string Name,
/aoo42x/extras/l10n/source/be-BY/
H A Dlocalize.sdf7662 …enoffice\Office\TableWizard.xcu 0 value ..TableWizard.TableWizard.private Name 0 be-BY Private …
7753 …value ..TableWizard.TableWizard.private.Tables.recipes.Fields.name Name 0 be-BY Name 2002-02-…
8103 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style7 Name 0 be-BY Шэры 2…
8184 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Layouts.simple Name 0 be-BY Проста …
8186 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Layouts.zigzag Name 0 be-BY Зігзаг …
8191 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style1 Name 0 be-BY Бежавы …
8192 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style2 Name 0 be-BY Светлы …
8194 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style4 Name 0 be-BY Шэры 2…
8195 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 be-BY Сіні 2…
8200 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style10 Name 0 be-BY Лес 20…
[all …]
/aoo42x/main/sw/inc/
H A Dunostyle.hxx88 …virtual ::com::sun::star::uno::Any SAL_CALL getByName(const rtl::OUString& Name) throw( ::com::sun…
90 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
142 …virtual ::com::sun::star::uno::Any SAL_CALL getByName(const rtl::OUString& Name) throw( ::com::sun…
144 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
147 …virtual void SAL_CALL insertByName(const rtl::OUString& Name, const ::com::sun::star::uno::Any& El…
148 …virtual void SAL_CALL replaceByName(const rtl::OUString& Name, const ::com::sun::star::uno::Any& E…
149 …virtual void SAL_CALL removeByName(const rtl::OUString& Name) throw( ::com::sun::star::container::…
362 …virtual ::com::sun::star::uno::Any SAL_CALL getByName(const rtl::OUString& Name) throw( ::com::sun…
364 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
/aoo42x/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1308 aProps[0].Name = PROPERTY_DATASOURCENAME; in executeQuery()
1311 aProps[1].Name = PROPERTY_COMMAND_TYPE; in executeQuery()
1314 aProps[2].Name = PROPERTY_COMMAND; in executeQuery()
1317 aProps[3].Name = PROPERTY_ENABLE_BROWSER; in executeQuery()
1320 aProps[4].Name = PROPERTY_ACTIVE_CONNECTION; in executeQuery()
1323 aProps[5].Name = PROPERTY_UPDATE_CATALOGNAME; in executeQuery()
1326 aProps[6].Name = PROPERTY_UPDATE_SCHEMANAME; in executeQuery()
1329 aProps[7].Name = PROPERTY_UPDATE_TABLENAME; in executeQuery()
1332 aProps[8].Name = PROPERTY_ESCAPE_PROCESSING; in executeQuery()
/aoo42x/extras/l10n/source/te/
H A Dlocalize.sdf17320 …ERRHDL (TITLE_UUI_SSLWARN_DOMAINMISMATCH) 0 te Security Warning: Domain Name Mismatch 2002-02…
21263 …enoffice\Office\TableWizard.xcu 0 value ..TableWizard.TableWizard.private Name 0 te ఏకాంతం 20…
21792 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style1 Name 0 te బీగి 2002…
21795 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style4 Name 0 te బుడిద 200…
21796 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 te నీలం 2002…
21797 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style6 Name 0 te భేదము 200…
21801 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style10 Name 0 te అడవి 2002…
21807 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 te నీరు 2002…
21808 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style17 Name 0 te ఎరుపు 200…
21811 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style20 Name 0 te వైలట్ 200…
[all …]
/aoo42x/main/svtools/source/dialogs/
H A Dcolrdlg.cxx93 props[0].Name = sColor; in Execute()
95 props[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Mode" ) ); in Execute()
107 if( props[n].Name.equals( sColor ) ) in Execute()
/aoo42x/main/qadevOOo/tests/java/mod/_dbpool/
H A DOConnectionPool.java97 jdbcInfo[0].Name = "user"; in createTestEnvironment()
100 jdbcInfo[1].Name = "password"; in createTestEnvironment()
103 jdbcInfo[2].Name = "JavaDriverClass"; in createTestEnvironment()
/aoo42x/extras/l10n/source/or/
H A Dlocalize.sdf21681 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style1 Name 0 or ବିଜ 2002-…
21684 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style4 Name 0 or ଗାଢ 2002-…
21688 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style8 Name 0 or ଜଳ 2002-0…
21768 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Layouts.simple Name 0 or ସହଜ 2002-…
21775 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style1 Name 0 or ବିଜ 2002-…
21778 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style4 Name 0 or ଧୂସର 2002…
21779 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 or ନେଳି 2002…
21787 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style13 Name 0 or କମଳା 2002…
21790 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 or ଜଳ 2002-0…
21791 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style17 Name 0 or ଲାଲ 2002-…
[all …]
/aoo42x/extras/l10n/source/pa-IN/
H A Dlocalize.sdf12116 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style9 Name 0 pa-IN ਲਾਲ 20…
12868 …value ..TableWizard.TableWizard.private.Tables.recipes.Fields.name Name 0 pa-IN Name 2002-02-…
13224 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style1 Name 0 pa-IN ਬੇਇਯ 2…
13227 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style4 Name 0 pa-IN ਭੂਰਾ 2…
13228 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 pa-IN ਨੀਲਾ 2…
13229 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style6 Name 0 pa-IN ਤਣਾਓ 2…
13233 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style10 Name 0 pa-IN ਜੰਗਲ 2…
13235 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style12 Name 0 pa-IN ਨੇਵੀ 2…
13239 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 pa-IN ਪਾਣੀ 2…
13240 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style17 Name 0 pa-IN ਲਾਲ 20…
[all …]

Completed in 1542 milliseconds

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