Home
last modified time | relevance | path

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

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

/aoo42x/main/svtools/source/filter/
H A DSvFilterOptionsDialog.cxx142 if ( maMediaDescriptor[ i ].Name.equalsAscii( "FilterData" ) ) in getPropertyValues()
149 maMediaDescriptor[ i ].Name = String( RTL_CONSTASCII_USTRINGPARAM( "FilterData" ) ); in getPropertyValues()
164 if ( maMediaDescriptor[ i ].Name.equalsAscii( "FilterData" ) ) in setPropertyValues()
168 else if ( maMediaDescriptor[ i ].Name.equalsAscii( "SelectionOnly" ) ) in setPropertyValues()
192 if ( maMediaDescriptor[ j ].Name.equals( aFilterNameStr ) ) in execute()
/aoo42x/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx175 pProperties[0].Name = C2U("DataSourceName"); in IMPL_LINK()
177 pProperties[1].Name = C2U("Command"); in IMPL_LINK()
179 pProperties[2].Name = C2U("CommandType"); in IMPL_LINK()
181 pProperties[3].Name = C2U("ShowTreeView"); in IMPL_LINK()
184 pProperties[4].Name = C2U("ShowTreeViewButton"); in IMPL_LINK()
/aoo42x/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsDocumentContent.java112 props[0].Name = "Title"; in checkTransientDocumentsDocumentContent()
117 command.Name = "open"; in checkTransientDocumentsDocumentContent()
137 command.Name = "createNewContent"; in checkTransientDocumentsDocumentContent()
149 titleProp[0].Name = "Title"; in checkTransientDocumentsDocumentContent()
153 titleSetCommand.Name = "setPropertyValues"; in checkTransientDocumentsDocumentContent()
/aoo42x/main/offapi/com/sun/star/script/
H A DXLibraryContainer2.idl47 boolean isLibraryLink( [in] string Name )
58 string getLibraryLinkURL( [in] string Name )
69 boolean isLibraryReadOnly( [in] string Name )
76 void setLibraryReadOnly( [in] string Name, [in] boolean bReadOnly )
84 void renameLibrary( [in] string Name, [in] string NewName )
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 )
/aoo42x/main/sal/typesconfig/
H A Dtypesconfig.c37 #define printTypeSize(Type,Name) printf( "sizeof(%s)\t\t= %d\n", Name, (int) sizeof (Type) ) argument
40 #define printTypeSign(Type,Name) printf( "%s\t\t= %s %s\n", Name, ( isSignedType(Type) ? "signed" :… argument
/aoo42x/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 …]
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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…
/aoo42x/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1856 AfprName Dies ist der Name der Datei.
1882 AfprName Dies ist der Name der Datei.
1956 AfprName ist der Name des Makros.
2210 AfprPath Der Name der Datei.
2225 Der Name der Datei wird zur�ckgeliefert.
2294 AfprName ist der Name des Makros.
2428 AfprName Ist der Name des Makros.
2451 AfprName Ist der Name des Makros.
2466 Der Name des Makros wird umbenannt. Existiert der neue Name schon, oder ist der neue Name ein
2471 AfprName Der Name des Makros.
[all …]
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/cppuhelper/source/
H A Dpropshlp.cxx67 return ((OUString *)arg1)->compareTo( ((Property *)arg2)->Name ); in compare_OUString_Property_Impl()
1090 return ((Property *)arg1)->Name.compareTo( ((Property *)arg2)->Name ); in compare_Property_Impl()
1102 if( pProperties[i-1].Name >= pProperties[i].Name ) in init()
1167 *pPropName = pProperties[ nHandle ].Name; in fillPropertyMembersByHandle()
1180 *pPropName = pProperties[ i ].Name; in fillPropertyMembersByHandle()
1274 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
1278 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
1297 nCompVal = pReqProps[i].compareTo( pMid->Name ); in fillHandles()
/aoo42x/main/framework/source/services/
H A Dpathsettings.cxx527 if (rProp.Name.equals(sOldStyleProp)) in impl_mapPathName2IDList()
530 if (rProp.Name.equals(sInternalProp)) in impl_mapPathName2IDList()
533 if (rProp.Name.equals(sUserProp)) in impl_mapPathName2IDList()
536 if (rProp.Name.equals(sWriteProp)) in impl_mapPathName2IDList()
758 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor()
767 pProp->Name = rPath.sPathName+POSTFIX_INTERNAL_PATHES; in impl_rebuildPropertyDescriptor()
775 pProp->Name = rPath.sPathName+POSTFIX_USER_PATHES; in impl_rebuildPropertyDescriptor()
784 pProp->Name = rPath.sPathName+POSTFIX_WRITE_PATH; in impl_rebuildPropertyDescriptor()
1015 ::rtl::OUString sProp = impl_extractBaseFromPropName(rProp.Name); in impl_getPathAccess()
1035 ::rtl::OUString sProp = impl_extractBaseFromPropName(rProp.Name); in impl_getPathAccessConst()
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()
/aoo42x/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx261 if ( rProp.Name.equalsAscii( SC_UNONAME_OPERATOR ) ) in addNew()
267 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULA1 ) ) in addNew()
279 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULA2 ) ) in addNew()
291 else if ( rProp.Name.equalsAscii( SC_UNONAME_SOURCEPOS ) ) in addNew()
297 else if ( rProp.Name.equalsAscii( SC_UNONAME_SOURCESTR ) ) in addNew()
303 else if ( rProp.Name.equalsAscii( SC_UNONAME_STYLENAME ) ) in addNew()
310 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULANMSP1 ) ) in addNew()
316 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULANMSP2 ) ) in addNew()
322 else if ( rProp.Name.equalsAscii( SC_UNONAME_GRAMMAR1 ) ) in addNew()
328 else if ( rProp.Name.equalsAscii( SC_UNONAME_GRAMMAR2 ) ) in addNew()
/aoo42x/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");
/aoo42x/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()
/aoo42x/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()
/aoo42x/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 )
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx477 if ( rPropVal.Name.equals( sPosition ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
482 else if ( rPropVal.Name.equals( sMirroredX ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
491 else if ( rPropVal.Name.equals( sMirroredY ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
500 else if ( rPropVal.Name.equals( sSwitched ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
509 else if ( rPropVal.Name.equals( sPolar ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
528 else if ( rPropVal.Name.equals( sRefX ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
533 else if ( rPropVal.Name.equals( sRefY ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
538 else if ( rPropVal.Name.equals( sRefAngle ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
543 else if ( rPropVal.Name.equals( sRefR ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
1334 aPropVal.Name = sAdjustmentValues; in SetHandleControllerPosition()
[all …]
/aoo42x/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()

Completed in 172 milliseconds

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