Home
last modified time | relevance | path

Searched refs:Name (Results 151 – 175 of 2338) sorted by relevance

12345678910>>...94

/aoo41x/main/basic/source/uno/
H A Dnamecont.cxx2253 maNameContainer.removeByName( Name ); in removeLibrary()
2308 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryLoaded()
2448 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryLink()
2457 SfxLibrary* pImplLib = getImplLib( Name ); in getLibraryLinkURL()
2469 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryReadOnly()
2478 SfxLibrary* pImplLib = getImplLib( Name ); in setLibraryReadOnly()
2514 loadLibrary( Name ); in renameLibrary()
2517 maNameContainer.removeByName( Name ); in renameLibrary()
2760 loadLibrary( Name ); in exportLibrary()
2769 aLibDesc.aName = Name; in exportLibrary()
[all …]
/aoo41x/main/sw/source/ui/config/
H A Doptcomp.cxx324 if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_NAME ) in InitControls()
326 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_MODULE ) in InitControls()
328 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USEPRTMETRICS ) in InitControls()
330 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_ADDSPACING ) in InitControls()
332 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_ADDSPACINGATPAGES ) in InitControls()
334 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USEOURTABSTOPS ) in InitControls()
336 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_NOEXTLEADING ) in InitControls()
338 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USELINESPACING ) in InitControls()
340 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_ADDTABLESPACING ) in InitControls()
342 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USEOBJECTPOSITIONING ) in InitControls()
[all …]
/aoo41x/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx232 aFilterData[ 0 ].Name = TKGet( TK_ImageResolution ); in ImpCompressGraphic()
242 aFilterData[ 5 ].Name = TKGet( TK_LogicalSize ); in ImpCompressGraphic()
244 aFilterData[ 6 ].Name = TKGet( TK_RemoveCropArea ); in ImpCompressGraphic()
246 aFilterData[ 7 ].Name = TKGet( TK_GraphicCropLogic ); in ImpCompressGraphic()
252 aArgs[ 1 ].Name = TKGet( TK_OutputStream ); in ImpCompressGraphic()
254 aArgs[ 2 ].Name = TKGet( TK_FilterData ); in ImpCompressGraphic()
358 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
377 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
629 switch( TKGet( rArguments[ i ].Name ) ) in Optimize()
640 switch( TKGet( aSettings[ j ].Name ) ) in Optimize()
[all …]
/aoo41x/main/ucb/source/ucp/file/
H A Dshell.cxx840 MyProperty toset( values[i].Name ); in setv()
896 if( values[i].Name == Size ) in setv()
2165 if(seq[j].Name == Title) in getMaskFromProperties()
2170 seq[j].Name == IsFolder || in getMaskFromProperties()
2171 seq[j].Name == IsVolume || in getMaskFromProperties()
2173 seq[j].Name == IsRemote || in getMaskFromProperties()
2175 seq[j].Name == IsFloppy || in getMaskFromProperties()
2176 seq[j].Name == ContentType) in getMaskFromProperties()
2178 else if(seq[j].Name == Size) in getMaskFromProperties()
2182 else if(seq[j].Name == IsHidden || in getMaskFromProperties()
[all …]
/aoo41x/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx129 (lP.Name.isEmpty()) || in operator <<()
135 (*this)[lP.Name] = lP.Value; in operator <<()
143 (lN.Name.isEmpty()) || in operator <<()
149 (*this)[lN.Name] = lN.Value; in operator <<()
172 (*this)[pSource[i].Name] = pSource[i].Value; in operator <<()
186 (*this)[pSource[i].Name] = pSource[i].Value; in operator <<()
203 pDestination[i].Name = pThis->first ; in operator >>()
223 pDestination[i].Name = pThis->first ; in operator >>()
259 aProp.Name = pThis->first; in getAsConstAnyList()
266 aProp.Name = pThis->first; in getAsConstAnyList()
/aoo41x/main/scp2/source/draw/
H A Dregistryitem_draw.scp473 Name = "FullDetails";
517 Name = "Extension";
532 Name = ".sxd";
541 Name = "FullDetails";
587 Name = "Extension";
602 Name = ".odg";
620 Name = "FileName";
656 Name = "FullDetails";
889 Name = ".otg";
898 Name = ".std";
[all …]
/aoo41x/main/filter/source/svg/
H A Dsvgexport.cxx66 if ( rFilterData[ i ].Name == B2UCONST( SVG_PROP_TINYPROFILE ) ) in SVGExport()
68 else if ( rFilterData[ i ].Name == B2UCONST( "TSpans" ) ) in SVGExport()
200 if( pValue[ i ].Name.equalsAscii( "OutputStream" ) ) in implExport()
202 else if( pValue[ i ].Name.equalsAscii( "FileName" ) ) in implExport()
212 else if( pValue[ i ].Name.equalsAscii( "PagePos" ) ) in implExport()
216 else if( pValue[ i ].Name.equalsAscii( "FilterData" ) ) in implExport()
268 maFilterData[ 4 ].Name = B2UCONST( SVG_PROP_OPACITY ); in implExport()
272 maFilterData[ 5 ].Name = B2UCONST( SVG_PROP_GRADIENT ); in implExport()
1117 aDescriptor[0].Name = B2UCONST( "FilterName" ); in implCreateObjectsFromBackground()
1119 aDescriptor[1].Name = B2UCONST( "URL" ); in implCreateObjectsFromBackground()
[all …]
/aoo41x/main/qadevOOo/runner/graphical/
H A DOpenOfficePostscriptCreator.java143 String sName = _aValue.Name; in showProperty()
168 if (aValue.Name.equals("FilterName") || in getDocumentType()
169 aValue.Name.equals("MediaType")) in getDocumentType()
235 Arg.Name = "Hidden"; in loadFromURL()
243 Arg.Name = "FilterName"; in loadFromURL()
249 ReadOnly.Name = "ReadOnly"; in loadFromURL()
306 aFiltername.Name = "FilterName"; in exportToPDF()
572 Arg.Name = "Name"; in impl_printToFileWithOOo()
611 Arg.Name = "FileName"; in impl_printToFileWithOOo()
636 Arg.Name = "Pages"; in impl_printToFileWithOOo()
[all …]
/aoo41x/main/ucb/source/core/
H A Ducbcmds.cxx229 getCommandInfoByName( const rtl::OUString& Name )
278 CommandProcessorInfo::getCommandInfoByName( const rtl::OUString& Name ) in getCommandInfoByName() argument
283 if ( (*m_pInfo)[ n ].Name == Name ) in getCommandInfoByName()
313 if ( (*m_pInfo)[ n ].Name == Name ) in hasCommandByName()
486 aPropValues[ 0 ].Name in setTitle()
563 aPropsToObtain[ 0 ].Name in createNew()
843 if ( rCurrProp.Name.compareToAscii( "Title" ) == 0 ) in transferProperties()
878 rCurrValue.Name = rCurrProp.Name; in transferProperties()
890 aPropValues[ nWritePos ].Name in transferProperties()
902 aPropValues[ nWritePos ].Name in transferProperties()
[all …]
/aoo41x/main/package/source/zippackage/
H A DZipPackage.cxx264 if ( pValue[j].Name.equals( sPropFullPath ) ) in parseManifest()
266 else if ( pValue[j].Name.equals( sPropVersion ) ) in parseManifest()
268 else if ( pValue[j].Name.equals( sPropMediaType ) ) in parseManifest()
270 else if ( pValue[j].Name.equals( sPropSalt ) ) in parseManifest()
276 else if ( pValue[j].Name.equals( sPropSize ) ) in parseManifest()
278 else if ( pValue[j].Name.equals( sPropDigest ) ) in parseManifest()
689 if ( aNamedValue.Name.equalsAscii( "RepairPackage" ) ) in initialize()
1107 …OSL_ENSURE( ( *aIter )[PKG_MNFST_MEDIATYPE].Name.equals( sMediaType ) && ( *aIter )[PKG_MNFST_FULL… in WriteContentTypes()
1243 aPropSeq [PKG_MNFST_MEDIATYPE].Name = sMediaType; in writeTempFile()
1245 aPropSeq [PKG_MNFST_VERSION].Name = sVersion; in writeTempFile()
[all …]
/aoo41x/main/sc/source/filter/xml/
H A Dxmlsorti.cxx153 aSortDescriptor[0].Name = rtl::OUString::createFromAscii(SC_UNONAME_BINDFMT); in EndElement()
155 aSortDescriptor[1].Name = rtl::OUString::createFromAscii(SC_UNONAME_COPYOUT); in EndElement()
157 aSortDescriptor[2].Name = rtl::OUString::createFromAscii(SC_UNONAME_ISCASE); in EndElement()
159 aSortDescriptor[3].Name = rtl::OUString::createFromAscii(SC_UNONAME_ISULIST); in EndElement()
161 aSortDescriptor[4].Name = rtl::OUString::createFromAscii(SC_UNONAME_OUTPOS); in EndElement()
163 aSortDescriptor[5].Name = rtl::OUString::createFromAscii(SC_UNONAME_UINDEX); in EndElement()
165 aSortDescriptor[6].Name = rtl::OUString::createFromAscii(SC_UNONAME_SORTFLD); in EndElement()
172 aSortDescriptor[7].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_COLLLOC)); in EndElement()
177 aSortDescriptor[6 + i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_COLLALG)); in EndElement()
/aoo41x/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java55 m_sPropertyName = aProperty.Name; in UnoPropertyNode()
63 m_sPropertyName = aProperty.Name; in UnoPropertyNode()
71 m_sPropertyName = aPropertyValue.Name; in UnoPropertyNode()
190 …return _aProperty.Type.getTypeName() + " " + _aProperty.Name + " = " + _oUnoObject.toString(); … in getPropertyTypeDescription()
196 return _aProperty.Name + " = (" + _aProperty.Type.getTypeName() + ") "; in getStandardPropertyDescription()
199 …return _aProperty.Name + " (" + _aProperty.Type.getTypeName() + ") = " + getDisplayValueOfPrimitiv… in getStandardPropertyDescription()
206 return _aPropertyValue.Name; in getStandardPropertyValueDescription()
209 …return _aPropertyValue.Name + " : " + UnoNode.getDisplayValueOfPrimitiveType(_aPropertyValue.Value… in getStandardPropertyValueDescription()
/aoo41x/main/sfx2/source/sidebar/
H A DControllerFactory.cxx90 aPropValue.Name = A2S("Frame"); in CreateToolBoxController()
94 aPropValue.Name = A2S("ServiceManager"); in CreateToolBoxController()
98 aPropValue.Name = A2S("CommandURL"); in CreateToolBoxController()
162 aPropValue.Name = A2S("ModuleIdentifier"); in CreateToolBarController()
166 aPropValue.Name = A2S("Frame"); in CreateToolBarController()
170 aPropValue.Name = A2S("ServiceManager"); in CreateToolBarController()
174 aPropValue.Name = A2S("ParentWindow"); in CreateToolBarController()
180 aPropValue.Name = A2S("Width"); in CreateToolBarController()
/aoo41x/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx134 if ( rPropSeq[j].Name.equalsAsciiL( "Context", 7 )) in hasButtonsInContext()
141 else if ( rPropSeq[j].Name.equalsAsciiL( "URL", 3 )) in hasButtonsInContext()
177 if ( Args[n].Name.equalsAscii( "ConfigurationData" )) in createUIElement()
179 else if ( Args[n].Name.equalsAscii( "Frame" )) in createUIElement()
181 else if ( Args[n].Name.equalsAscii( "ResourceURL" )) in createUIElement()
196 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in createUIElement()
199 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationData" )); in createUIElement()
202 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in createUIElement()
/aoo41x/main/comphelper/inc/comphelper/
H A Dproperty.hxx54 return lhs.Name.compareTo(rhs) < 0; in operator ()()
59 return lhs.compareTo(rhs.Name) < 0; in operator ()()
68 return x.Name.compareTo(y.Name) < 0;// ? true : false; in operator ()()
80 return lhs.Name.compareTo(rhs) == 0; in operator ()()
85 return lhs.compareTo(rhs.Name) == 0; in operator ()()
94 return x.Name.compareTo(y.Name) == 0; in operator ()()
/aoo41x/main/sw/source/core/unocore/
H A Dunoredline.cxx245 pValues[0].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_AUTHOR)); in lcl_GetSuccessorProperties()
249 pValues[1].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_DATE_TIME)); in lcl_GetSuccessorProperties()
251 pValues[2].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_COMMENT)); in lcl_GetSuccessorProperties()
253 pValues[3].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_TYPE)); in lcl_GetSuccessorProperties()
370 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_AUTHOR)); in CreateRedlineProperties()
372 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_DATE_TIME)); in CreateRedlineProperties()
374 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_COMMENT)); in CreateRedlineProperties()
376 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_TYPE)); in CreateRedlineProperties()
380 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_IS_COLLAPSED)); in CreateRedlineProperties()
384 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_IS_START)); in CreateRedlineProperties()
[all …]
H A Dunoidx.cxx3282 pArr[0].Name = C2U("TokenType"); in getByIndex()
3294 pArr[0].Name = C2U("TokenType"); in getByIndex()
3325 pArr[0].Name = C2U("TokenType"); in getByIndex()
3331 pArr[2].Name = C2U("Text"); in getByIndex()
3340 pArr[0].Name = C2U("TokenType"); in getByIndex()
3352 pArr[0].Name = C2U("TokenType"); in getByIndex()
3358 pArr[2].Name = C2U("ChapterFormat"); in getByIndex()
3380 pArr[3].Name = C2U("ChapterLevel"); in getByIndex()
3391 pArr[0].Name = C2U("TokenType"); in getByIndex()
3403 pArr[0].Name = C2U("TokenType"); in getByIndex()
[all …]
/aoo41x/main/extensions/test/ole/VisualBasic/
H A DModule1.vb67 aToolbarItemProp1.Name = "CommandURL"
69 aToolbarItemProp2.Name = "Label"
71 aToolbarItemProp3.Name = "Type"
183 Or retAny <> inAny Or Not (retType.Name = inType.Name) _
222 Or Not (outType.Name = inType.Name) Or inXInterface IsNot outXInterface _
248 Or Not (outVarType.Name = inType.Name) Then
343 Or outAny <> retAny Or Not (outType.Name = retType.Name) _
361 If inByte <> retByte Or inFloat <> retFloat Or Not (inType.Name = retType.Name) Then
860 objPropValue.Name = "Hidden"
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm158 if ( property.Name.equals ( attrUnderline ) ) {
163 } else if ( property.Name.equals ( attrFontname ) ) {
165 } else if ( property.Name.equals ( attrBold ) ) {
167 } else if ( property.Name.equals ( attrItalic ) ) {
169 } else if ( property.Name.equals ( attrHeight ) ) {
171 } else if ( property.Name.equals ( attrStrikethrough ) ) {
175 } else if ( property.Name.equals ( attrShadow ) ) {
179 } else if ( property.Name.equals ( attrUnderlineColor ) ) {
183 } else if ( property.Name.equals ( attrForegroundColor ) ) {
185 } else if ( property.Name.equals ( attrBackgroundColor ) ) {
[all …]
/aoo41x/main/extensions/source/bibliography/
H A Dbibconfig.cxx283 pNodeValues[nIndex].Name = sPrefix; in Commit()
284 pNodeValues[nIndex].Name += sName; in Commit()
286 pNodeValues[nIndex].Name = sPrefix; in Commit()
287 pNodeValues[nIndex].Name += sTable; in Commit()
289 pNodeValues[nIndex].Name = sPrefix; in Commit()
290 pNodeValues[nIndex].Name += sCommandType; in Commit()
308 pAssignmentValues[0].Name = sSubPrefix; in Commit()
309 pAssignmentValues[0].Name += sFieldName; in Commit()
311 pAssignmentValues[1].Name = sSubPrefix; in Commit()
312 pAssignmentValues[1].Name += sDatabaseFieldName; in Commit()
/aoo41x/main/svx/source/items/
H A Dzoomslideritem.cxx115 … aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_CURRENTZOOM )); in QueryValue()
117 … aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_SNAPPINGPOINTS )); in QueryValue()
119 … aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_MINZOOM ) ); in QueryValue()
121 … aSeq[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_MAXZOOM ) ); in QueryValue()
175 if ( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_CURRENTZOOM )) in PutValue()
180 else if ( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_SNAPPINGPOINTS )) in PutValue()
185 else if( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_MINZOOM ) ) in PutValue()
190 else if( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_MAXZOOM ) ) in PutValue()
/aoo41x/main/basic/source/inc/
H A Dpropacc.hxx127 NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
129 sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
145 virtual NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
147 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
164 virtual void SAL_CALL addProperty( const ::rtl::OUString& Name,
169 virtual void SAL_CALL removeProperty(const ::rtl::OUString& Name)
174 virtual NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
176 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyState.java92 (properties[i].Name); in before()
94 log.println("Unknown Property "+prop.Name); in before()
101 pName = properties[i].Name; in before()
107 pName = properties[i].Name; in before()
111 log.println("Skipping property '" + properties[i].Name + in before()
127 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyDefault()
155 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyState()
183 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyStates()
/aoo41x/main/sd/source/filter/html/
H A Dhtmlex.cxx464 if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "PublishMode" ) ) ) in InitExportParameters()
493 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Width" ) ) ) in InitExportParameters()
525 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "EMail" ) ) ) in InitExportParameters()
966 aProperties[ 0 ].Name = OUString(RTL_CONSTASCII_USTRINGPARAM("Overwrite")); in SavePresentation()
968 aProperties[ 1 ].Name = OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")); in SavePresentation()
1005 aFilterData[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("PixelWidth") ); in CreateImagesForPresPages()
1007 aFilterData[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("PixelHeight") ); in CreateImagesForPresPages()
1011 aFilterData[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("Quality") ); in CreateImagesForPresPages()
1016 aDescriptor[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("URL") ); in CreateImagesForPresPages()
1017 aDescriptor[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterName") ); in CreateImagesForPresPages()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1036 FindPropertyByName( copyProperty->Name ) in doInspection()
1053 aDepHandlers = m_aDependencyHandlers.equal_range( copyProperty->Name ); in doInspection()
1085 m_aPropertyHandlers[ remember->Name ] = *aHandler; in doInspection()
1172 _rDescriptor.sName = _rProperty.Name; in describePropertyLine()
1179 …sMessage += ::rtl::OString( _rProperty.Name.getStr(), _rProperty.Name.getLength(), RTL_TEXTENCODIN… in describePropertyLine()
1183 _rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
1260 …sMessage += ::rtl::OString( property->second.Name.getStr(), property->second.Name.getLength(), osl… in UpdateUI()
1282 aActuatingProperties.push_back( property->second.Name ); in UpdateUI()
1388 if ( search->second.Name == _rName ) in hasPropertyByName()
1570 if ( search->second.Name == _rName ) in impl_findObjectProperty_nothrow()
[all …]

Completed in 206 milliseconds

12345678910>>...94