Home
last modified time | relevance | path

Searched refs:sName (Results 51 – 75 of 817) sorted by relevance

12345678910>>...33

/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java594 final String sName = GetOptionalAttributeValue("name", null); in ParseElementOrReference() local
595 if (sName != null) in ParseElementOrReference()
660 if (sName != null) in ParseGroupOrReference()
1045 if (sName == null) in GetQualifiedName()
1052 return CreateQualifiedName(sName); in GetQualifiedName()
1061 if (sName == null) in GetOptionalQualifiedName()
1064 return CreateQualifiedName(sName); in GetOptionalQualifiedName()
1075 private QualifiedName CreateQualifiedName (final String sName) in CreateQualifiedName() argument
1077 final String[] aParts = sName.split(":"); in CreateQualifiedName()
1165 for (final String sName : aAttributeNameList) in HasOnlyAttributes()
[all …]
/aoo42x/main/extensions/test/sax/
H A Dtestwriter.cxx257 void addAttribute( const UString &sName , const UString &sType , const UString &sValue );
268 TagAttribute( const UString &sName, const UString &sType , const UString &sValue ) in TagAttribute()
270 this->sName = sName; in TagAttribute()
275 UString sName; member
307 return m_pImpl->vecAttribute[i].sName; in getNameByIndex()
330 UString AttributeListImpl::getTypeByName( const UString& sName ) THROWS( (UsrSystemException) ) in getTypeByName() argument
335 if( (*ii).sName == sName ) { in getTypeByName()
342 UString AttributeListImpl::getValueByName(const UString& sName) THROWS( (UsrSystemException) ) in getValueByName() argument
347 if( (*ii).sName == sName ) { in getValueByName()
380 void AttributeListImpl::addAttribute( const UString &sName , in addAttribute() argument
[all …]
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbarhelper.cxx81 rtl::OUString sName = it->first; in findBuildinToolbar() local
82 if( sName.equalsIgnoreAsciiCase( sToolbarName ) ) in findBuildinToolbar()
187 …lper::hasToolbar( const rtl::OUString& sResourceUrl, const rtl::OUString& sName ) throw (css::uno:… in hasToolbar() argument
194 if( sName.equalsIgnoreAsciiCase( sUIName ) ) in hasToolbar()
201 …ference< css::container::XNameAccess >& xNameAccess, const rtl::OUString& sName ) throw (css::uno:… in findToolbarByName() argument
206 sResourceUrl = MSO2OOCommandbarHelper::getMSO2OOCommandbarHelper()->findBuildinToolbar( sName ); in findToolbarByName()
216 if( hasToolbar( sResourceUrl, sName ) ) in findToolbarByName()
223 sResourceUrl = sToolbarPrefix.concat( sName ); in findToolbarByName()
224 if( hasToolbar( sResourceUrl, sName ) ) in findToolbarByName()
231 …rence< css::container::XIndexAccess >& xIndexAccess, const rtl::OUString& sName, bool bMenu ) thro… in findControlByName() argument
[all …]
H A Dvbashapes.cxx152 rtl::OUString sName; in getShapesByArrayIndices() local
153 sIndices[ index ] >>= sName; in getShapesByArrayIndices()
154 xShape.set( m_xNameAccess->getByName( sName ), uno::UNO_QUERY ); in getShapesByArrayIndices()
243 rtl::OUString sName = createName( rtl::OUString::createFromAscii( "Rectangle" ) ); in AddRectangle() local
245 setShape_NameProperty( xShape, sName ); in AddRectangle()
382 rtl::OUString sName = createName( rtl::OUString::createFromAscii( "Text Box") ); in AddTextboxInWriter() local
383 setShape_NameProperty( xShape, sName ); in AddTextboxInWriter()
426 setShape_NameProperty( xShape, sName ); in AddShape()
467 ScVbaShapes::createName( rtl::OUString sName ) in createName() argument
471 sName += rtl::OUString::valueOf( nActNumber ); in createName()
[all …]
H A Dvbadocumentbase.cxx63 rtl::OUString sName = getModel()->getURL(); in getName() local
64 if ( sName.getLength() ) in getName()
68 ::osl::File::getSystemPathFromFileURL( aURL.GetLastName(), sName ); in getName()
76 xProps->getPropertyValue(sTitle ) >>= sName; in getName()
78 sName = sName.getToken(0,'-',pos); in getName()
79 sName = sName.trim(); in getName()
81 return sName; in getName()
/aoo42x/main/qadevOOo/runner/graphical/
H A DMSOfficePostscriptCreator.java501 String sName = aPerlScript.getAbsolutePath(); in searchLocalFile() local
505 aList.add(sName); in searchLocalFile()
526 String sName = FileHelper.appendPath(sTmpPath, sSaveViaWord); in createWordStoreHelper() local
532 File aFile = new File(sName); in createWordStoreHelper()
588 aList.add(sName); in createWordStoreHelper()
612 File aFile = new File(sName); in createExcelPrintHelper()
692 aList.add(sName); in createExcelPrintHelper()
715 File aFile = new File(sName); in createExcelStoreHelper()
781 aList.add(sName); in createExcelStoreHelper()
804 File aFile = new File(sName); in createPowerPointPrintHelper()
[all …]
/aoo42x/main/xmloff/source/core/
H A Dnmspmap.cxx107 pEntry->sName = rName; in _Add()
166 if ((*aIter).second->sName == rName) in GetKeyByName()
185 return (aIter != aNameMap.end()) ? (*aIter).second->sName : sEmpty; in GetNameByKey()
312 *pLocalName = rEntry.sName; in _GetKeyByAttrName()
329 xEntry->sName = rAttrName; in _GetKeyByAttrName()
335 xEntry->sName = rAttrName.copy( nColonPos + 1L ); in _GetKeyByAttrName()
341 *pLocalName = xEntry->sName; in _GetKeyByAttrName()
349 *pNamespace = (*aIter).second->sName; in _GetKeyByAttrName()
424 OUString sName( OUString::createFromAscii(pName) ); in AddAtIndex() local
426 return AddAtIndex( nIdx, sPrefix, sName, nKey ); in AddAtIndex()
[all …]
/aoo42x/main/connectivity/source/sdbcx/
H A DVCollection.cxx175 ::rtl::OUString sName = m_aElements[_nIndex]->first; in disposeAndErase()
177 m_aNameMap.erase(sName); in disposeAndErase()
374 ::rtl::OUString sName; in getNameForObject()
376 return sName; in getNameForObject()
384 ::rtl::OUString sName = getNameForObject( descriptor ); in appendByDescriptor()
386 if ( m_pElements->exists(sName) ) in appendByDescriptor()
387 throw ElementExistException(sName,static_cast<XTypeProvider*>(this)); in appendByDescriptor()
389 ObjectType xNewlyCreated = appendObject( sName, descriptor ); in appendByDescriptor()
397 sName = getNameForObject( xNewlyCreated ); in appendByDescriptor()
398 if ( !m_pElements->exists( sName ) ) // this may happen when the derived class included it itself in appendByDescriptor()
[all …]
/aoo42x/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx111 ::rtl::OUString sName; in DropRelation()
112 xKey->getPropertyValue(PROPERTY_NAME) >>= sName; in DropRelation()
113 if(String(sName) == m_aConnName) in DropRelation()
378 ::rtl::OUString sName,sRelatedColumn; in Update()
382 xColumn->getPropertyValue(PROPERTY_NAME) >>= sName; in Update()
389 if( (*aIter)->GetSourceFieldName() == sName in Update()
400 xKey->getPropertyValue(PROPERTY_NAME) >>= sName; in Update()
401 m_aConnName = sName; in Update()
435 ::rtl::OUString sName,sRelatedColumn; in Update()
444 xColumn->getPropertyValue(PROPERTY_NAME) >>= sName; in Update()
[all …]
/aoo42x/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx224 ::rtl::OUString sName; in elementInserted()
225 if ( ( Event.Accessor >>= sName ) in elementInserted()
227 && ( !hasByName( sName ) ) in elementInserted()
234 insertElement(sName,createObject(sName)); in elementInserted()
241 ::rtl::OUString sName; in elementRemoved()
242 if ( (Event.Accessor >>= sName) && hasByName(sName) ) in elementRemoved()
247 dropByName(sName); in elementRemoved()
/aoo42x/main/xmloff/source/style/
H A Dxmlstyle.cxx224 OUString sName; member in SvXMLStyleIndex_Impl
231 sName( rName ), in SvXMLStyleIndex_Impl()
238 sName( pStl->GetName() ), in SvXMLStyleIndex_Impl()
244 const OUString& GetName() const { return sName; } in GetName()
751 OUString sName; in GetAutoStyles() local
758 sName = bPara ? in GetAutoStyles()
781 OUString sName; in GetStylesContainer() local
788 sName = in GetStylesContainer()
796 sName = in GetStylesContainer()
800 if( !xStyles.is() && sName.getLength() ) in GetStylesContainer()
[all …]
H A Dimpastp4.cxx305 OUString sName; in Find() local
324 sName = pParents->GetObject( nPos )->Find( pFamily, rProperties ); in Find()
327 return sName; in Find()
332 OUString sName; in FindAndRemoveCached() local
353 sName = *pName; in FindAndRemoveCached()
358 return sName; in FindAndRemoveCached()
460 OUString sName; in exportXML() local
462 sName = GetXMLToken(XML_STYLE); in exportXML()
464 sName = pFamily->maStrFamilyName; in exportXML()
476 XML_NAMESPACE_STYLE, sName, in exportXML()
/aoo42x/main/svx/source/form/
H A Dfmpgeimp.cxx448 ::rtl::OUString sName = String( SVX_RES( RID_STR_STDFORMNAME ) ); in getDefaultForm()
449 xFormProps->setPropertyValue( FM_PROP_NAME, makeAny( sName ) ); in getDefaultForm()
460 xForms->insertByName( sName, makeAny( xForm ) ); in getDefaultForm()
544 ::rtl::OUString sName = FormControlFactory::getUniqueName( xNamedSet, in findPlaceInFormComponentHierarchy()
547 xFormProps->setPropertyValue( FM_PROP_NAME, makeAny( sName ) ); in findPlaceInFormComponentHierarchy()
559 getForms()->insertByName( sName, makeAny( xForm ) ); in findPlaceInFormComponentHierarchy()
668 ::rtl::OUString sName; in setUniqueName()
672 sName = ::comphelper::getString( xSet->getPropertyValue( FM_PROP_NAME ) ); in setUniqueName()
675 if (!sName.getLength() || xNameAcc->hasByName(sName)) in setUniqueName()
690 sName = sDefaultName; in setUniqueName()
[all …]
/aoo42x/main/svx/source/accessibility/
H A DAccessibleOLEShape.cxx205 ::rtl::OUString sName; in CreateAccessibleBaseName()
211 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("AppletOLEShape")); in CreateAccessibleBaseName()
214 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("FrameOLEShape")); in CreateAccessibleBaseName()
217 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("OLEShape")); in CreateAccessibleBaseName()
220 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("PluginOLEShape")); in CreateAccessibleBaseName()
224 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("UnknownAccessibleOLEShape")); in CreateAccessibleBaseName()
227 sName += ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM(": ")) in CreateAccessibleBaseName()
231 return sName; in CreateAccessibleBaseName()
/aoo42x/main/xmloff/source/xforms/
H A Dxformsexport.cxx240 OUString sName = pInstance[i].Name; in exportXFormsInstance() local
242 if( sName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ID") ) ) in exportXFormsInstance()
289 OUString sName; in exportXFormsBinding() local
290 xBinding->getPropertyValue( OUSTRING("BindingID") ) >>= sName; in exportXFormsBinding()
291 if( sName.getLength() == 0 ) in exportXFormsBinding()
298 sName = aBuffer.makeStringAndClear(); in exportXFormsBinding()
462 if( xInfo->hasPropertyByName( sName ) ) in lcl_exportDataTypeFacets()
465 rPropertySet->getPropertyValue( sName ) ); in lcl_exportDataTypeFacets()
553 OUString sName; in lcl_exportDataType() local
554 xType->getPropertyValue( OUSTRING("Name") ) >>= sName; in lcl_exportDataType()
[all …]
/aoo42x/main/svx/source/items/
H A Dhlnkitem.cxx61 rStrm.WriteByteString(sName); in Store()
147 rStrm.ReadByteString(pNew->sName); in Create()
221 sName = rHyperlinkItem.sName; in SvxHyperlinkItem()
243 sName (rName), in SvxHyperlinkItem()
275 sal_Bool bRet = ( sName == rItem.sName && in operator ==()
369 rVal <<= ::rtl::OUString(sName.GetBuffer()); in QueryValue()
403 sName = aStr.getStr(); in PutValue()
/aoo42x/main/sd/source/ui/accessibility/
H A DAccessiblePresentationOLEShape.cxx75 ::rtl::OUString sName; in CreateAccessibleBaseName()
81 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("ImpressOLE")); in CreateAccessibleBaseName()
84 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("ImpressChart")); in CreateAccessibleBaseName()
87 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("ImpressTable")); in CreateAccessibleBaseName()
90 sName = ::rtl::OUString ( in CreateAccessibleBaseName()
94 sName += ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM(": ")) in CreateAccessibleBaseName()
98 return sName; in CreateAccessibleBaseName()
/aoo42x/main/offapi/com/sun/star/xforms/
H A DXFormsUIHelper1.idl100 com::sun::star::xml::dom::XDocument newInstance( [in] string sName,
108 void removeInstance( [in] string sName );
113 [in] string sName );
117 [in] string sName );
123 [in] string sName );
126 [in] string sName );
130 [in] string sName );
144 boolean isValidXMLName( [in] string sName );
146 boolean isValidPrefixName( [in] string sName );
/aoo42x/main/sc/source/core/tool/
H A Daddincol.cxx736 rtl::OUString sName = xClass->getName(); in lcl_ValidReturnType() local
747 rtl::OUString sName = xClass->getName(); in lcl_ValidReturnType() local
774 rtl::OUString sName = xClass->getName(); in lcl_GetArgType() local
788 if (IsTypeName( sName, getCppuType((uno::Any*)0) )) in lcl_GetArgType()
797 if (IsTypeName( sName, getCppuType((uno::Sequence<uno::Any>*)0) )) in lcl_GetArgType()
875 rtl::OUString sName = xClass->getName(); in ReadFromAddIn() local
877 IsTypeName( sName, in ReadFromAddIn()
879 IsTypeName( sName, in ReadFromAddIn()
881 IsTypeName( sName, in ReadFromAddIn()
883 IsTypeName( sName, in ReadFromAddIn()
[all …]
/aoo42x/main/sw/source/filter/xml/
H A Dxmlexpit.cxx160 rAttrList.AddAttribute( sName, aValue ); in exportXML()
172 OUStringBuffer sName; in exportXML() local
194 sName.append( GetXMLToken(XML_XMLNS) ); in exportXML()
195 sName.append( sal_Unicode(':') ); in exportXML()
196 sName.append( sPrefix ); in exportXML()
201 sName.append( sPrefix ); in exportXML()
202 sName.append( sal_Unicode(':') ); in exportXML()
205 sName.append( pUnknown->GetAttrLName( i ) ); in exportXML()
206 rAttrList.AddAttribute( sName.makeStringAndClear(), in exportXML()
226 OUString sName( in exportXML() local
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java74 String sName; in handle() local
76 sName = "<unnamed>"; in handle()
78 sName = xName.getName(); in handle()
87 System.out.println( m_sPrefix + sName ); in handle()
272 String sName = (String)xModel.getPropertyValue( "Name" ); in propertyChange() local
280 if ( sName.equals( "KeyGen" ) ) in propertyChange()
307 if ( sName.equals( "defaultdate" ) ) in propertyChange()
311 else if ( sName.equals( "protectkeys" ) ) in propertyChange()
317 else if ( sName.equals( "emptysales" ) ) in propertyChange()
601 xButton.setPropertyValue( "Name", sName ); in createButton()
[all …]
/aoo42x/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2009 if (aItr->sName == sName) in GetValidation()
2091 rtl::OUString sName(rChangeProps[i].Name); in SetChangeTrackingViewSettings() local
2092 if (sName.compareToAscii("ShowChanges") == 0) in SetChangeTrackingViewSettings()
2176 rtl::OUString sName(aViewProps[i].Name); in SetViewSettings() local
2177 if (sName.compareToAscii("VisibleAreaHeight") == 0) in SetViewSettings()
2179 else if (sName.compareToAscii("VisibleAreaLeft") == 0) in SetViewSettings()
2181 else if (sName.compareToAscii("VisibleAreaTop") == 0) in SetViewSettings()
2183 else if (sName.compareToAscii("VisibleAreaWidth") == 0) in SetViewSettings()
2764 rtl::OUStringBuffer sName((*aItr)->sName); in SetNamedRanges() local
2765 sName.append(sal_Unicode('_')); in SetNamedRanges()
[all …]
/aoo42x/main/autodoc/source/parser_i/idl/
H A Dpe_enum2.cxx75 sName(), in PE_Enum()
78 pPE_Value = new PE_Value(sName, sAssignment, false); in PE_Enum()
115 sName = i_sText; in On_expect_name_Identifier()
126 sData_Name = sName; in On_expect_curl_bracket_open_Punctuation()
185 sName = ""; in EmptySingleValueData()
193 rCe = Gate().Ces().Store_EnumValue( nDataId, sName, sAssignment ); in CreateSingleValue()
215 if (sName.length() == 0) in ReceiveData()
/aoo42x/main/binaryurp/source/
H A Dbridgefactory.cxx126 rtl::OUString const & sName, rtl::OUString const & sProtocol, in createBridge() argument
137 if (named_.find(sName) != named_.end()) { in createBridge()
139 sName, static_cast< cppu::OWeakObject * >(this)); in createBridge()
151 b.set(new Bridge(this, sName, aConnection, anInstanceProvider)); in createBridge()
152 if ( sName.isEmpty() ) { in createBridge()
156 named_[sName] = b.get(); in createBridge()
164 rtl::OUString const & sName) throw (css::uno::RuntimeException) in getBridge() argument
167 BridgeMap::iterator i(named_.find(sName)); in getBridge()
/aoo42x/main/forms/source/xforms/
H A Dmodel.hxx335 virtual XDocument_t SAL_CALL newInstance( const rtl::OUString& sName,
346 virtual void SAL_CALL removeInstance( const rtl::OUString& sName )
351 const rtl::OUString& sName )
359 const rtl::OUString& sName )
364 const rtl::OUString& sName )
368 const rtl::OUString& sName )
372 const rtl::OUString& sName )
388 virtual sal_Bool SAL_CALL isValidXMLName( const rtl::OUString& sName )
391 virtual sal_Bool SAL_CALL isValidPrefixName( const rtl::OUString& sName )

Completed in 764 milliseconds

12345678910>>...33