Home
last modified time | relevance | path

Searched refs:Name (Results 376 – 400 of 2336) sorted by relevance

1...<<11121314151617181920>>...94

/aoo41x/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx154 …if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DatabaseName")))) in fillInfo()
158 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ControlUser… in fillInfo()
170 else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("User")))) in fillInfo()
174 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Password"))… in fillInfo()
178 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DomainPassw… in fillInfo()
182 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CacheSize")… in fillInfo()
190 else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Backup")))) in fillInfo()
194 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DataDevSpac… in fillInfo()
198 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SYSDEVSPACE… in fillInfo()
206 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DataDevSize… in fillInfo()
[all …]
/aoo41x/main/dbaccess/source/sdbtools/connection/
H A Dobjectnames.hxx75 …virtual ::rtl::OUString SAL_CALL convertToSQLName( const ::rtl::OUString& Name ) throw (::com::sun…
76 …Bool SAL_CALL isNameUsed( ::sal_Int32 CommandType, const ::rtl::OUString& Name ) throw (::com::sun…
77 …ool SAL_CALL isNameValid( ::sal_Int32 CommandType, const ::rtl::OUString& Name ) throw (::com::sun…
78 …_CALL checkNameForCreate( ::sal_Int32 CommandType, const ::rtl::OUString& Name ) throw (::com::sun…
/aoo41x/main/sfx2/source/doc/
H A Dobjstor.cxx518 aArgs[nLength].Name = DEFINE_CONST_UNICODE("Title"); in DoInitNew()
2330 if ( pOldValue [i].Name == sInputStream ) in InsertFrom()
2339 aArgs[nEnd-1].Name = sInputStream; in InsertFrom()
2428 if ( pOldValue [i].Name == sInputStream ) in ImportFrom()
2437 aArgs[nEnd-1].Name = sInputStream; in ImportFrom()
2547 else if ( pOldValue[i].Name == sOutputStream ) in ExportTo()
2549 else if ( pOldValue[i].Name == sStream ) in ExportTo()
2558 aArgs[nEnd-1].Name = sOutputStream; in ExportTo()
2566 aArgs[nEnd-1].Name = sStream; in ExportTo()
3073 if ( aProps[nInd].Name.equalsAscii( "FilterName" ) ) in IsInformationLost()
[all …]
/aoo41x/main/embeddedobj/source/general/
H A Ddocholder.cxx132 aTargetProps[nInd].Name = aSourceProps[nInd].Name; in InsertMenu_Impl()
133 if ( aContModuleName.getLength() && aTargetProps[nInd].Name.equals( aModuleIdentPropName ) ) in InsertMenu_Impl()
138 else if ( aTargetProps[nInd].Name.equals( aDispProvPropName ) ) in InsertMenu_Impl()
150 aTargetProps[nInd-1].Name = aModuleIdentPropName; in InsertMenu_Impl()
157 aTargetProps[nInd-1].Name = aDispProvPropName; in InsertMenu_Impl()
180 aArg.Name = ::rtl::OUString::createFromAscii("TopWindow"); in DocumentHolder()
184 aArg.Name = ::rtl::OUString::createFromAscii("MakeVisible"); in DocumentHolder()
202 aArg.Name = ::rtl::OUString::createFromAscii("ParentFrame"); in DocumentHolder()
491 aArg.Name = ::rtl::OUString::createFromAscii("ContainerWindow"); in ShowInplace()
498 aArg.Name = ::rtl::OUString::createFromAscii("ParentFrame"); in ShowInplace()
[all …]
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScIndexEnumeration_TableConditionalEntryEnumeration.java185 con[0].Name = "StyleName"; in Conditions()
188 con[1].Name = "Formula1"; in Conditions()
191 con[2].Name = "Formula2"; in Conditions()
194 con[3].Name = "Operator"; in Conditions()
197 con[4].Name = "SourcePosition"; in Conditions()
H A DScTableConditionalEntry.java208 con[0].Name = "StyleName"; in Conditions()
211 con[1].Name = "Formula1"; in Conditions()
214 con[2].Name = "Formula2"; in Conditions()
217 con[3].Name = "Operator"; in Conditions()
220 con[4].Name = "SourcePosition"; in Conditions()
/aoo41x/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx349 if( aList2Iter->Name == aList1Iter->Name ) in HasListCharStyle()
392 void StyleSheetTable::lcl_attribute(Id Name, Value & val) in lcl_attribute() argument
402 switch(Name) in lcl_attribute()
724 if(aIt->Name > aVal.Name) in Insert()
754 pNames[nVal++] = aIt->Name; in getNames()
939 … bool bIsParaStyleName = aPropValues[nProp].Name.equalsAscii( "ParaStyleName" ); in ApplyStyleSheets()
940 … bool bIsCharStyleName = aPropValues[nProp].Name.equalsAscii( "CharStyleName" ); in ApplyStyleSheets()
956 … aNew.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FollowStyle")); in ApplyStyleSheets()
1370 xStyleProps->setPropertyValue( aCharPropIter->Name, aCharPropIter->Value ); in getOrCreateCharStyle()
/aoo41x/main/qadevOOo/tests/java/mod/_jdbc/
H A DJDBCDriver.java96 info[0].Name = "JavaDriverClass"; in createTestEnvironment()
99 info[1].Name = "user"; in createTestEnvironment()
102 info[2].Name = "password"; in createTestEnvironment()
105 info[3].Name = "isPasswordRequired"; in createTestEnvironment()
/aoo41x/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp135 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingLevel"))==0) in get_attributes()
144 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingPrefix"))==0) in get_attributes()
150 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingRules"))==0) in get_attributes()
171 strAttrs += pValue.Name.getStr(); in get_attributes()
176 if (pValue.Name.compareTo(OUString::createFromAscii("CharBackColor"))==0 || in get_attributes()
177 pValue.Name.compareTo(OUString::createFromAscii("CharColor"))==0 || in get_attributes()
178 pValue.Name.compareTo(OUString::createFromAscii("CharUnderlineColor"))==0 ) in get_attributes()
/aoo41x/main/connectivity/source/inc/ado/
H A DAwrapadox.hxx108 /* [in] */ const OLEVariant& Name,
111 /* [in] */ const OLEVariant& Name,
134 /* [in] */ const OLEVariant& Name,
137 /* [in] */ const OLEVariant& Name,
/aoo41x/main/sfx2/source/notify/
H A Deventsupplier.cxx218 if ( aProperties[ nIndex ].Name.compareToAscii( PROP_EVENT_TYPE ) == 0 ) in Execute()
220 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_SCRIPT ) == 0 ) in Execute()
222 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_LIBRARY ) == 0 ) in Execute()
224 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_MACRO_NAME ) == 0 ) in Execute()
226 else if ( aProperties[ nIndex ].Name.compareToAscii( "Referer" ) == 0 ) in Execute()
406 if ( aProperties[ nIndex ].Name.compareToAscii( PROP_EVENT_TYPE ) == 0 ) in ConvertToMacro()
408 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_SCRIPT ) == 0 ) in ConvertToMacro()
410 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_LIBRARY ) == 0 ) in ConvertToMacro()
412 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_MACRO_NAME ) == 0 ) in ConvertToMacro()
/aoo41x/main/tools/workben/
H A Dsolar.c66 #define printTypeSize(Type,Name) printf( "sizeof(%s)\t= %d\n", Name, \ argument
70 #define printTypeSign(Type,Name) printf( "%s\t= %s %s\n", Name, \ argument
71 ( isSignedType(Type) ? "unsigned" : "signed" ), Name )
/aoo41x/main/sfx2/source/inet/
H A Dinettbc.cxx131 aArgs[0].Name = ::rtl::OUString::createFromAscii( "Referer" ); in OpenURL()
133 aArgs[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FileName" )); in OpenURL()
139 aArgs[2].Name = ::rtl::OUString::createFromAscii( "FilterOptions" ); in OpenURL()
141 aArgs[3].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in OpenURL()
268 if (lProps[p].Name != HISTORY_PROPERTYNAME_URL) in StateChanged()
/aoo41x/main/framework/source/services/
H A Durltransformer.cxx130 _rURL.Name = _rParser.getName( INetURLObject::LAST_SEGMENT, false, INetURLObject::NO_DECODE ); in lcl_ParserHelper()
135 _rURL.Name = _rParser.GetName ( ); in lcl_ParserHelper()
279 if ( aURL.Name.getLength() > 0 ) in assemble()
283 aCompletePath.append( aURL.Name ); in assemble()
287 aCompletePath.append( aURL.Name ); in assemble()
/aoo41x/main/offapi/com/sun/star/script/
H A DXLibraryContainer.idl72 com::sun::star::container::XNameContainer createLibrary( [in] string Name )
86 …com::sun::star::container::XNameAccess createLibraryLink( [in] string Name, [in] string StorageURL…
93 void removeLibrary( [in] string Name )
101 boolean isLibraryLoaded( [in] string Name )
108 void loadLibrary( [in] string Name )
/aoo41x/main/svx/source/form/
H A Ddataaccessdescriptor.cxx125 MapString2PropertyEntry::const_iterator aPropPos = rProperties.find( pValues->Name ); in buildFrom()
169 pValues->Name = pProperty->Name; in buildFrom()
170 pValues->Value = _rxValues->getPropertyValue(pProperty->Name); in buildFrom()
255 …aReturn.Name = ::rtl::OUString( pProperty->mpName, pProperty->mnNameLen, RTL_TEXTENCODING_ASCII_US… in buildPropertyValue()
318 m_xAsSet->setPropertyValue(pSetValues->Name, pSetValues->Value); in updateSet()
/aoo41x/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx90 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(aProperty.Name); in impl_addPropertyInfo()
94 m_lProps[aProperty.Name] = aProperty; in impl_addPropertyInfo()
236 css::uno::Any aCurrentValue = impl_getPropertyValue(aPropInfo.Name, aPropInfo.Handle); in setPropertyValue()
250 aEvent.PropertyName = aPropInfo.Name; in setPropertyValue()
267 impl_setPropertyValue(aPropInfo.Name, aPropInfo.Handle, aValue); in setPropertyValue()
297 return impl_getPropertyValue(aPropInfo.Name, aPropInfo.Handle); in getPropertyValue()
/aoo41x/main/scp2/source/layout/
H A Dlayout.scp35 Name = "toolkit-layout.zip";
42 Name = "sc-layout.zip";
49 Name = "svx-layout.zip";
56 Name = "sw-layout.zip";
/aoo41x/main/scp2/source/activex/
H A Dfile_activex.scp30 Name = "so_activex.dll";
38 Name = "so_activex_x64.dll";
47 Name = "regactivex.dll";
54 Name = "regpatchactivex.dll";
/aoo41x/main/scp2/source/impress/
H A Dmodule_ogltrans.scp40 Name = STRING(CONCAT2(OGLTrans.uno,UNXSUFFIX));
42 Name = "OGLTrans.uno.dll";
50 Name = "transitions-ogl.xml";
57 Name = "ogltrans.xcd";
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XFunctionDescriptions.java79 if (PVals[i].Name.equals("Name")) in _getById()
81 if (PVals[i].Name.equals("Id")) in _getById()
99 if (PVals2[i].Name.equals("Name")) in _getById()
101 if (PVals2[i].Name.equals("Id")) in _getById()
/aoo41x/main/ucb/workben/ucb/
H A Ducbdemo.cxx657 aCommand.Name = rName; in executeCommand()
944 aArgument.Properties[1].Name in open()
949 aArgument.Properties[3].Name in open()
952 aArgument.Properties[4].Name in open()
966 pProps[ 0 ].Name = rtl::OUString::createFromAscii( "Title" ); in open()
972 pProps[ 2 ].Name = rtl::OUString::createFromAscii( "Size" ); in open()
1333 aText += String( pCommands[ n ].Name ); in transfer()
1423 aText += String( pCommands[ n ].Name ); in getCommands()
1453 aText += UniString( pProps[ n ].Name ); in getProperties()
1471 rProp.Name = rName; in getPropertyValue()
[all …]
/aoo41x/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx523 if ( aWindowState[n].Name == m_aPropDocked ) in implts_readWindowStateData()
548 else if ( aWindowState[n].Name == m_aPropPos ) in implts_readWindowStateData()
557 else if ( aWindowState[n].Name == m_aPropSize ) in implts_readWindowStateData()
667 aWindowState[0].Name = m_aPropDocked; in implts_writeWindowStateData()
669 aWindowState[1].Name = m_aPropVisible; in implts_writeWindowStateData()
672 aWindowState[2].Name = m_aPropDockingArea; in implts_writeWindowStateData()
678 aWindowState[3].Name = m_aPropDockPos; in implts_writeWindowStateData()
683 aWindowState[4].Name = m_aPropPos; in implts_writeWindowStateData()
689 aWindowState[5].Name = m_aPropSize; in implts_writeWindowStateData()
691 aWindowState[6].Name = m_aPropUIName; in implts_writeWindowStateData()
[all …]
/aoo41x/main/extensions/source/bibliography/
H A Dtoolbar.cxx342 pPropertyVal[0].Name=C2U("QueryText"); in Select()
346 pPropertyVal[1].Name=C2U("QueryField"); in Select()
472 pPropertyVal[0].Name = C2U("QueryText"); in PreNotify()
475 pPropertyVal[1].Name=C2U("QueryField"); in PreNotify()
498 pPropertyVal[0].Name = C2U("DataSourceName");
526 pPropertyVal[0].Name = C2U("QueryText");
529 pPropertyVal[1].Name=C2U("QueryField");
/aoo41x/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx169 if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_CONFIGSOURCE )) in initialize()
171 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_FRAME )) in initialize()
173 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_PERSISTENT )) in initialize()
175 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_RESOURCEURL )) in initialize()
177 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_TYPE )) in initialize()
179 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_CONFIGLISTENER )) in initialize()
181 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_NOCLOSE )) in initialize()

Completed in 212 milliseconds

1...<<11121314151617181920>>...94