Home
last modified time | relevance | path

Searched refs:Name (Results 126 – 150 of 2338) sorted by relevance

12345678910>>...94

/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx632 aRet = xPropSet->getPropertyValue( rProp.Name ); in getPropertyValueByIndex()
1104 return mxObjNameAccess->getByName( Name ); in getByName()
1116 return mxObjNameAccess->hasByName( Name ); in hasByName()
1123 mxObjNameContainer->insertByName( Name, Element ); in insertByName()
1135 mxObjNameContainer->removeByName( Name ); in removeByName()
2292 ::rtl::OUString aPropName = rProp.Name; in implInspect()
2395 rProp.Name = aFieldName; in implInspect()
2405 ::rtl::OUString aPropName = rProp.Name; in implInspect()
2571 rProp.Name = aPropName; in implInspect()
2789 rProp.Name = aPropName; in implInspect()
[all …]
/aoo41x/main/sdext/source/pdfimport/
H A Dpdfiadaptor.cxx80 rtl::OUStringToOString( pAttribs[i].Name, RTL_TEXTENCODING_UTF8 ).getStr(), in filter()
83 if( pAttribs[i].Name.equalsAscii( "EmbeddedSubstream" ) ) in filter()
85 else if( pAttribs[i].Name.equalsAscii( "Password" ) ) in filter()
97 if( pAttribs[i].Name.equalsAscii( "InputStream" ) ) in filter()
180 aFilterData[nPwPos].Name = rtl::OUString( in filter()
291 …OSL_TRACE("importer Attrib: %s\n", OUStringToOString( pAttribs->Name, RTL_TEXTENCODING_UTF8 ).getS… in importer()
292 if( pAttribs->Name.equalsAscii( "InputStream" ) ) in importer()
294 else if( pAttribs->Name.equalsAscii( "URL" ) ) in importer()
296 else if( pAttribs->Name.equalsAscii( "StatusIndicator" ) ) in importer()
298 else if( pAttribs->Name.equalsAscii( "InteractionHandler" ) ) in importer()
[all …]
/aoo41x/main/sc/addin/datefunc/
H A Ddfa.src40 String DFA_PAR_DATE1_NAME // Name of Date1 Parameter
44 String DFA_PAR_DATE2_NAME // Name of Date2 Parameter
48 String DFA_PAR_MODE_NAME // Name of Mode Parameter
53 String DFA_PAR_DATE_NAME // Name of Date Parameter
64 String DFA_WEEK_NAME // Name
87 String DFA_MONTHS_NAME // Name
110 String DFA_YEARS_NAME // Name
133 String DFA_ISLEAPYEAR_NAME // Name
144 String DFA_DAYSINMONTH_NAME // Name
155 String DFA_DAYSINYEAR_NAME // Name
[all …]
/aoo41x/main/xml2cmp/source/xcd/
H A Dxmlelem.cxx49 if ( aChildren[i]->Name() == i_sChildName ) in FindChild()
74 io_rParser.Parse_Sequence( Children(), Name() ); in Parse()
147 XmlElement * pNew = (*fCreateNewElement)(Name()); in Create_and_Add_NewElement()
171 io_rParser.Parse_Text(sContent, Name(), IsReversedName()); in Parse()
191 io_rParser.Parse_MultipleText(aContent, Name(), IsReversedName()); in Parse()
226 io_rParser.Parse_SglAttr(sAttrValue, Name(), sAttrName); in Parse()
232 io_rHC.Write_SglText( Name(), sAttrValue ); in Write2Html()
250 io_rParser.Parse_MultipleAttr(aAttrValues, Name(), aAttrNames); in Parse()
257 io_rHC.Write_ReferenceDocu( Name(), aAttrValues[0], aAttrValues[1], aAttrValues[2] ); in Write2Html()
/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx380 else if( ! aCommand.Name.compareToAscii( "open" ) ) in execute()
393 else if( ! aCommand.Name.compareToAscii( "delete" ) ) in execute()
401 else if( ! aCommand.Name.compareToAscii( "transfer" ) ) in execute()
410 else if( ! aCommand.Name.compareToAscii( "insert" ) ) in execute()
432 else if( ! aCommand.Name.compareToAscii( "createNewContent" ) ) in execute()
601 const rtl::OUString& Name, in addProperty() argument
620 const rtl::OUString& Name ) in removeProperty() argument
629 m_pMyShell->deassociate( m_aUncPath, Name ); in removeProperty()
838 if( rProp.Name.compareToAscii( "ContentType" ) == 0 ) in getPropertyValues()
881 if( Values[i].Name == Title ) in setPropertyValues()
[all …]
/aoo41x/main/stoc/source/namingservice/
H A Dnamingservice.cxx134 …r::uno::XInterface > SAL_CALL getRegisteredObject( const ::rtl::OUString& Name ) throw(Exception, …
135 …virtual void SAL_CALL registerObject( const ::rtl::OUString& Name, const ::com::sun::star::uno::Re…
136 …virtual void SAL_CALL revokeObject( const ::rtl::OUString& Name ) throw(Exception, RuntimeExceptio…
186 Reference< XInterface > NamingService_Impl::getRegisteredObject( const OUString& Name ) throw(Excep… in getRegisteredObject() argument
190 HashMap_OWString_Interface::iterator aIt = aMap.find( Name ); in getRegisteredObject()
197 void NamingService_Impl::registerObject( const OUString& Name, const Reference< XInterface >& Objec… in registerObject() argument
200 aMap[ Name ] = Object; in registerObject()
204 void NamingService_Impl::revokeObject( const OUString& Name ) throw(Exception, RuntimeException) in revokeObject() argument
207 aMap.erase( Name ); in revokeObject()
/aoo41x/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java185 lProperties[0].Name = "FilterName"; in exportAsODF()
188 lProperties[1].Name = "Overwrite"; in exportAsODF()
191 lProperties[2].Name = "AsyncMode"; in exportAsODF()
220 aMediaDescriptor[0].Name = "FilterName"; in exportAsPDF()
267 loadProps[0].Name = "Hidden"; in loadSampleFile()
270 loadProps[1].Name = "FilterName"; in loadSampleFile()
282 loadProps[2].Name = "ReadOnly"; in loadSampleFile()
285 loadProps[3].Name = "MacroExecutionMode"; in loadSampleFile()
290 loadProps[0].Name = "Hidden"; in loadSampleFile()
293 loadProps[1].Name = "ReadOnly"; in loadSampleFile()
[all …]
/aoo41x/main/autodoc/source/display/html/
H A Dhdimpl.cxx471 o_rParameters.Name() << " " << fit.CurName(); in WriteOut_LinkedFunctionText()
475 o_rParameters.Name() << ","; in WriteOut_LinkedFunctionText()
478 o_rParameters.Name() << fit.CurName(); in WriteOut_LinkedFunctionText()
481 pOutLast = &o_rParameters.Name(); in WriteOut_LinkedFunctionText()
482 o_rParameters.Name() << " "; in WriteOut_LinkedFunctionText()
512 pOutLast = &o_rParameters.Name(); in WriteOut_LinkedFunctionText()
514 o_rParameters.Name() << " throw( "; in WriteOut_LinkedFunctionText()
515 Get_LinkedTypeText(o_rParameters.Name(), i_rEnv, *it); in WriteOut_LinkedFunctionText()
519 o_rParameters.Name() << ", "; in WriteOut_LinkedFunctionText()
520 Get_LinkedTypeText(o_rParameters.Name(), i_rEnv, *it); in WriteOut_LinkedFunctionText()
[all …]
/aoo41x/main/scp2/source/impress/
H A Dregistryitem_impress.scp487 Name = "FullDetails";
531 Name = "Extension";
546 Name = ".sxi";
555 Name = "FullDetails";
600 Name = ".odp";
627 Name = "Extension";
635 Name = "FileName";
671 Name = "FullDetails";
936 Name = ".otp";
945 Name = ".sti";
[all …]
H A Dfile_impress.scp28 Name = LIBNAME(placewar);
30 Name = LIBNAME(placeware);
36 Name = SPECIAL_NAME(animcore);
44 Name = "impress.xcd";
58 Name = EXENAME(simpress);
73 Name = "/uiconfig/simpress/menubar/menubar.xml";
83 Name = "effects.xml";
90 Name = "transitions.xml";
/aoo41x/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx198 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "KeyModifier" )); in getExecuteArgs()
200 aArgs[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )); in getExecuteArgs()
245 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
258 aInfo[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "List" )); in executeControlCommand()
274 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
288 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
298 else if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
308 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
324 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
337 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Lines", 5 )) in executeControlCommand()
/aoo41x/main/stoc/source/invocation/
H A Dinvocation.cxx186 { _xNameContainer->insertByName( Name, Element ); } in insertByName()
190 { _xNameContainer->replaceByName( Name, Element ); } in replaceByName()
194 { _xNameContainer->removeByName( Name ); } in removeByName()
197 virtual Any SAL_CALL getByName( const OUString& Name ) in getByName() argument
199 { return _xNameAccess->getByName( Name ); } in getByName()
205 { return _xNameAccess->hasByName( Name ); } in hasByName()
510 return _xDirect->hasMethod( Name ); in hasMethod()
521 return _xDirect->hasProperty( Name ); in hasProperty()
528 return _xNameAccess->hasByName( Name ); in hasProperty()
826 rItem.aName = pProps[ i ].Name; in getInfoSequenceImpl()
[all …]
/aoo41x/main/sc/source/filter/inc/
H A Dscflt.hxx244 sal_Char Name[32]; member
574 sal_Char Name[32]; member in Sc10NameData
581 strncpy(Name, rData.Name, sizeof(Name)); in Sc10NameData()
582 Name[sizeof(Name)-1] = 0; in Sc10NameData()
610 sal_Char Name[32]; member in Sc10PatternData
626 strncpy(Name, rData.Name, sizeof(Name)); in Sc10PatternData()
627 Name[sizeof(Name)-1] = 0; in Sc10PatternData()
/aoo41x/main/starmath/source/
H A Dcfgitem.cxx621 pVal->Name = aNodeNameDelim; in SetSymbols()
622 pVal->Name += *pName++; in SetSymbols()
627 pVal->Name += *pName++; in SetSymbols()
635 pVal->Name += *pName++; in SetSymbols()
643 pVal->Name += *pName++; in SetSymbols()
787 pVal->Name += *pName++; in SaveFontFormatList()
792 pVal->Name += *pName++; in SaveFontFormatList()
797 pVal->Name += *pName++; in SaveFontFormatList()
802 pVal->Name += *pName++; in SaveFontFormatList()
807 pVal->Name += *pName++; in SaveFontFormatList()
[all …]
/aoo41x/main/sd/source/filter/html/
H A Dpubdlg.cxx810 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "PublishMode" ) ); in GetParameterSequence()
844 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "IndexURL" ) ); in GetParameterSequence()
862 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in GetParameterSequence()
872 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Compression" ) ); in GetParameterSequence()
876 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Format" ) ); in GetParameterSequence()
896 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Author" ) ); in GetParameterSequence()
900 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "EMail" ) ); in GetParameterSequence()
913 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "UserText" ) ); in GetParameterSequence()
935 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "BackColor" ) ); in GetParameterSequence()
939 aValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "TextColor" ) ); in GetParameterSequence()
[all …]
/aoo41x/test/testuno/source/fvt/uno/sw/table/
H A DTableVerticalAlignment.java88 aStoreProperties_odt[0].Name = "Override"; in testtableVerticalAlignment_Bottom()
90 aStoreProperties_odt[1].Name = "FilterName"; in testtableVerticalAlignment_Bottom()
98 aStoreProperties_doc[0].Name = "Override"; in testtableVerticalAlignment_Bottom()
100 aStoreProperties_doc[1].Name = "FilterName"; in testtableVerticalAlignment_Bottom()
161 aStoreProperties_odt[0].Name = "Override"; in testtableVerticalAlignment_Center()
163 aStoreProperties_odt[1].Name = "FilterName"; in testtableVerticalAlignment_Center()
171 aStoreProperties_doc[0].Name = "Override"; in testtableVerticalAlignment_Center()
173 aStoreProperties_doc[1].Name = "FilterName"; in testtableVerticalAlignment_Center()
234 aStoreProperties_odt[0].Name = "Override"; in testtableVerticalAlignment_Top()
236 aStoreProperties_odt[1].Name = "FilterName"; in testtableVerticalAlignment_Top()
[all …]
/aoo41x/main/scp2/source/xsltfilter/
H A Dfile_xsltfilter.scp30 Name = "xsltfilter.xcd";
37 Name = "DocBookTemplate.stw";
44 Name = "docbooktosoffheadings.xsl";
51 Name = "sofftodocbookheadings.xsl";
58 Name = "/xslt/export/xhtml/body.xsl";
65 Name = "/xslt/export/xhtml/header.xsl";
72 Name = "/xslt/export/xhtml/opendoc2xhtml.xsl";
79 Name = "/xslt/export/xhtml/table.xsl";
/aoo41x/main/drawinglayer/source/geometry/
H A Dviewinformation2d.cxx142 if(rProp.Name == getNamePropertyReducedDisplayQuality()) in impInterpretPropertyValues()
152 else if(rProp.Name == getNamePropertyObjectTransformation()) in impInterpretPropertyValues()
158 else if(rProp.Name == getNamePropertyViewTransformation()) in impInterpretPropertyValues()
164 else if(rProp.Name == getNamePropertyViewport()) in impInterpretPropertyValues()
170 else if(rProp.Name == getNamePropertyTime()) in impInterpretPropertyValues()
174 else if(rProp.Name == getNamePropertyVisualizedPage()) in impInterpretPropertyValues()
216 mxViewInformation[nIndex].Name = getNamePropertyObjectTransformation(); in impFillViewInformationFromContent()
225 mxViewInformation[nIndex].Name = getNamePropertyViewTransformation(); in impFillViewInformationFromContent()
233 mxViewInformation[nIndex].Name = getNamePropertyViewport(); in impFillViewInformationFromContent()
240 mxViewInformation[nIndex].Name = getNamePropertyTime(); in impFillViewInformationFromContent()
[all …]
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.hxx66 virtual RegistryValue GetValue(const std::wstring& Name) const;
73 virtual RegistryValue GetValue(const std::wstring& Name, const RegistryValue& Default) const;
99 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true);
109 virtual RegistryKey CreateSubKey(const std::wstring& Name);
120 virtual void DeleteSubKey(const std::wstring& Name);
131 virtual void DeleteSubKeyTree(const std::wstring& Name);
143 virtual void DeleteValue(const std::wstring& Name);
/aoo41x/main/scp2/source/winexplorerext/
H A Dfile_winexplorerext.scp41 Name = "ooofilt.dll";
50 Name = "ooofilt_x64.dll";
60 Name = "shlxthdl.dll";
68 Name = "shlxthdl_x64.dll";
78 Name = "propertyhdl.dll";
86 Name = "propertyhdl_x64.dll";
96 Name = "shlxtmsi.dll";
103 Name = "reg64msi.dll";
/aoo41x/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx302 OUStringToGnome( aCommand.Name ), in execute()
424 OUStringToGnome( aCommand.Name ) ); in execute()
607 if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) { in getPropertyValues()
649 else if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Size" ) ) ) { in getPropertyValues()
655 else if (rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsHidden" ) ) ) in getPropertyValues()
791 g_warning( "Set prop '%s'", OUStringToGnome( rValue.Name ) ); in setPropertyValues()
794 rValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "MediaType" ) ) || in setPropertyValues()
795 rValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) || in setPropertyValues()
796 rValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) || in setPropertyValues()
797 rValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Size" ) ) || in setPropertyValues()
[all …]
/aoo41x/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx572 aRet[ 0 ].Name = TKGet( TK_JPEGCompression ); in GetConfigurationSequence()
574 aRet[ 1 ].Name = TKGet( TK_JPEGQuality ); in GetConfigurationSequence()
576 aRet[ 2 ].Name = TKGet( TK_RemoveCropArea ); in GetConfigurationSequence()
578 aRet[ 3 ].Name = TKGet( TK_ImageResolution ); in GetConfigurationSequence()
582 aRet[ 5 ].Name = TKGet( TK_OLEOptimization ); in GetConfigurationSequence()
590 aRet[ 9 ].Name = TKGet( TK_DeleteNotesPages ); in GetConfigurationSequence()
592 aRet[ 10].Name = TKGet( TK_CustomShowName ); in GetConfigurationSequence()
594 aRet[ 11].Name = TKGet( TK_SaveAsURL ); in GetConfigurationSequence()
596 aRet[ 12].Name = TKGet( TK_FilterName ); in GetConfigurationSequence()
598 aRet[ 13].Name = TKGet( TK_OpenNewDocument ); in GetConfigurationSequence()
[all …]
/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx173 aPropValue.Name = sExtrusion; in impl_execute()
207 aPropValue.Name = sRotateAngle; in impl_execute()
272 aPropValue.Name = sViewPoint; in impl_execute()
282 aPropValue.Name = sOrigin; in impl_execute()
291 aPropValue.Name = sSkew; in impl_execute()
323 aPropValue.Name = sDepth; in impl_execute()
390 aPropValue.Name = sShadeMode; in impl_execute()
394 aPropValue.Name = sMetal; in impl_execute()
402 aPropValue.Name = sDiffusion; in impl_execute()
449 aPropValue.Name = sBrightness; in impl_execute()
[all …]
/aoo41x/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1540 pProperties->Name = maStrEventType; in getByName()
1547 pProperties->Name = maStrScript; in getByName()
1557 pProperties->Name = maStrEventType; in getByName()
1581 pProperties->Name = maStrMacroName; in getByName()
1588 pProperties->Name = maStrLibrary; in getByName()
1597 pProperties->Name = maStrEventType; in getByName()
1623 pProperties->Name = maStrBookmark; in getByName()
1641 pProperties->Name = maStrBookmark; in getByName()
1650 pProperties->Name = maStrEffect; in getByName()
1657 pProperties->Name = maStrSpeed; in getByName()
[all …]
/aoo41x/main/comphelper/source/property/
H A Dproperty.cxx88 if ( xDestProps->hasPropertyByName(pSourceProps->Name) ) in copyProperties()
92 aDestProp = xDestProps->getPropertyByName(pSourceProps->Name); in copyProperties()
95 const Any aSourceValue = _rxSource->getPropertyValue(pSourceProps->Name); in copyProperties()
97 _rxDest->setPropertyValue(pSourceProps->Name, aSourceValue); in copyProperties()
105 …aBuffer.append( ::rtl::OString( pSourceProps->Name.getStr(), pSourceProps->Name.getLength(), RTL_T… in copyProperties()
181 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == _rPropName) ) in RemoveProperty()
183 OSL_ENSURE(pResult->Name.equals(_rPropName), "::RemoveProperty Properties nicht sortiert"); in RemoveProperty()
198 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == sPropName) ) in ModifyPropertyAttributes()

Completed in 159 milliseconds

12345678910>>...94