| /AOO41X/main/xmloff/source/core/ |
| H A D | SettingsExportHelper.cxx | 67 const rtl::OUString& rName) const in CallTypeFunction() 70 ManipulateSetting( aAny, rName ); in CallTypeFunction() 87 exportBool(::cppu::any2bool(aAny), rName); in CallTypeFunction() 94 exportByte(nInt8, rName); in CallTypeFunction() 101 exportShort(nInt16, rName); in CallTypeFunction() 108 exportInt(nInt32, rName); in CallTypeFunction() 115 exportLong(nInt64, rName); in CallTypeFunction() 122 exportDouble(fDouble, rName); in CallTypeFunction() 129 exportString(sString, rName); in CallTypeFunction() 139 exportSequencePropertyValue(aProps, rName); in CallTypeFunction() [all …]
|
| H A D | nmspmap.cxx | 91 sal_uInt16 SvXMLNamespaceMap::_Add( const OUString& rPrefix, const OUString &rName, sal_uInt16 nKey… in _Add() argument 107 pEntry->sName = rName; in _Add() 115 sal_uInt16 SvXMLNamespaceMap::Add( const OUString& rPrefix, const OUString& rName, in Add() argument 119 nKey = GetKeyByName( rName ); in Add() 128 nKey = _Add( rPrefix, rName, nKey ); in Add() 133 sal_uInt16 SvXMLNamespaceMap::AddIfKnown( const OUString& rPrefix, const OUString& rName ) in AddIfKnown() argument 135 sal_uInt16 nKey = GetKeyByName( rName ); in AddIfKnown() 146 if( aIter == aNameHash.end() || (*aIter).second->sName != rName ) in AddIfKnown() 147 nKey = _Add( rPrefix, rName, nKey ); in AddIfKnown() 160 sal_uInt16 SvXMLNamespaceMap::GetKeyByName( const OUString& rName ) const in GetKeyByName() [all …]
|
| /AOO41X/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 645 void setName( sal_Int64 nKey, const String& rName ); 685 virtual void implSetName( sal_Int64 nKey, const ::rtl::OUString& rName ) = 0; 694 void insertRawName( sal_Int64 nKey, const ::rtl::OUString& rName ); 728 virtual void implSetName( sal_Int64 nKey, const ::rtl::OUString& rName ); 756 virtual void implSetName( sal_Int64 nKey, const ::rtl::OUString& rName ); 784 virtual void implSetName( sal_Int64 nKey, const ::rtl::OUString& rName ); 805 virtual void implSetName( sal_Int64 nKey, const ::rtl::OUString& rName ); 841 virtual void implSetName( sal_Int64 nKey, const ::rtl::OUString& rName ); 1219 inline explicit ItemGuard( const OutputRef& rxOut, const String& rName = EMPTY_STRING ) : in ItemGuard() argument 1220 mrOut( *rxOut ) { mrOut.startItem( rName ); } in ItemGuard() [all …]
|
| H A D | biffdumper.hxx | 163 void writeBooleanItem( const String& rName, sal_uInt8 nBool ); 164 void writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ); 169 void writeRectItem( const String& rName, 177 const String& rName, 181 const String& rName, 184 const String& rName, 189 ::rtl::OUString dumpSegmentedUniString( const String& rName ); 190 void dumpSegmentedUniStringArray( const String& rName ); 192 sal_uInt8 dumpBoolean( const String& rName = EMPTY_STRING ); 193 sal_uInt8 dumpErrorCode( const String& rName = EMPTY_STRING ); [all …]
|
| H A D | xlsbdumper.hxx | 66 void writeBooleanItem( const String& rName, sal_uInt8 nBool ); 67 void writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ); 74 sal_uInt8 dumpBoolean( const String& rName = EMPTY_STRING ); 75 sal_uInt8 dumpErrorCode( const String& rName = EMPTY_STRING ); 76 …::rtl::OUString dumpString( const String& rName = EMPTY_STRING, bool bRich = false, bool b32Bi… 77 void dumpColor( const String& rName = EMPTY_STRING ); 78 ::com::sun::star::util::DateTime dumpPivotDateTime( const String& rName = EMPTY_STRING ); 80 sal_Int32 dumpColIndex( const String& rName = EMPTY_STRING ); 81 sal_Int32 dumpRowIndex( const String& rName = EMPTY_STRING ); 82 sal_Int32 dumpColRange( const String& rName = EMPTY_STRING ); [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | SwAppletImpl.cxx | 47 sal_uInt16 SwApplet_Impl::GetOptionType( const String& rName, sal_Bool bApplet ) in GetOptionType() argument 51 switch( rName.GetChar(0) ) in GetOptionType() 55 if( rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_align ) || in GetOptionType() 56 rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_alt ) ) in GetOptionType() 59 (rName.EqualsIgnoreCaseAscii( sHTML_O_archive ) || in GetOptionType() 60 rName.EqualsIgnoreCaseAscii( sHTML_O_Archives )) ) in GetOptionType() 65 if( rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_class ) || in GetOptionType() 66 (bApplet && (rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_code ) || in GetOptionType() 67 rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_codebase ))) ) in GetOptionType() 72 if( rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_height ) ) in GetOptionType() [all …]
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | NameContainer.hxx | 56 typename map_t::const_iterator findItem( const rtl::OUString& rName ) in findItem() argument 58 return maItems.find( rName ); in findItem() 61 bool hasItem( const rtl::OUString& rName ) in hasItem() argument 63 return findItem( rName ) != maItems.end(); in hasItem() 66 T getItem( const rtl::OUString& rName ) in getItem() argument 68 OSL_ENSURE( hasItem( rName ), "can't get non-existent item" ); in getItem() 69 return maItems[ rName ]; in getItem() 73 void replace( const rtl::OUString& rName, in replace() argument 76 OSL_ENSURE( hasItem( rName ), "unknown item" ); in replace() 77 maItems[ rName ] = aElement; in replace() [all …]
|
| /AOO41X/main/sdext/source/minimizer/ |
| H A D | unodialog.cxx | 167 …e< XInterface > UnoDialog::insertControlModel( const OUString& rServiceName, const OUString& rName, in insertControlModel() argument 176 mxDialogModelNameContainer->insertByName( rName, Any( xControlModel ) ); in insertControlModel() 186 void UnoDialog::setVisible( const OUString& rName, sal_Bool bVisible ) in setVisible() argument 190 …Reference< XInterface > xControl( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in setVisible() 218 Reference< XButton > UnoDialog::insertButton( const OUString& rName, Reference< XActionListener > x… in insertButton() argument 225 rName, rPropertyNames, rPropertyValues ) ); in insertButton() 227 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertButton() 228 … xButton = Reference< XButton >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertButton() 233 xButton->setActionCommand( rName ); in insertButton() 245 Reference< XFixedText > UnoDialog::insertFixedText( const OUString& rName, const Sequence< OUString… in insertFixedText() argument [all …]
|
| /AOO41X/main/stoc/source/tdmanager/ |
| H A D | tdmgr.cxx | 172 inline Any getSimpleType( const OUString & rName ); 204 …virtual Any SAL_CALL getByHierarchicalName( const OUString & rName ) throw(::com::sun::star::conta… 205 …virtual sal_Bool SAL_CALL hasByHierarchicalName( const OUString & rName ) throw(::com::sun::star::… 611 SimpleTypeDescriptionImpl( TypeClass eTC, const OUString & rName ) in SimpleTypeDescriptionImpl() argument 613 , _aName( rName ) in SimpleTypeDescriptionImpl() 807 inline Any ManagerImpl::getSimpleType( const OUString & rName ) in getSimpleType() argument 811 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("string") )) in getSimpleType() 812 …aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_STRING, rName ) ); in getSimpleType() 813 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("long") )) in getSimpleType() 814 … aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_LONG, rName ) ); in getSimpleType() [all …]
|
| /AOO41X/main/stoc/test/ |
| H A D | testiadapter.cxx | 307 …virtual sal_Bool SAL_CALL hasMethod( const OUString & rName ) throw(::com::sun::star::uno::Runtime… 308 …virtual sal_Bool SAL_CALL hasProperty( const OUString & rName ) throw(::com::sun::star::uno::Runti… 550 void XLB_Invocation::setValue( const OUString & rName, const Any & rValue ) in setValue() argument 553 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") )) in setValue() 555 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") )) in setValue() 557 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") )) in setValue() 559 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") )) in setValue() 561 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UShort") )) in setValue() 563 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") )) in setValue() 565 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ULong") )) in setValue() [all …]
|
| /AOO41X/main/unotools/source/misc/ |
| H A D | fontdefs.cxx | 322 void GetEnglishSearchFontName( String& rName ) in GetEnglishSearchFontName() argument 325 xub_StrLen nLen = rName.Len(); in GetEnglishSearchFontName() 329 while ( i && (rName.GetChar( i-1 ) < 32) ) in GetEnglishSearchFontName() 332 rName.Erase( i ); in GetEnglishSearchFontName() 338 if ( (nLen >= 3) && rName.GetChar( nLen-1 ) == ')' ) in GetEnglishSearchFontName() 344 if ( rName.GetChar( nTempLen ) == '(' ) in GetEnglishSearchFontName() 350 if ( nTempLen && (rName.GetChar( nTempLen-1 ) == ' ') ) in GetEnglishSearchFontName() 352 rName.Erase( nTempLen ); in GetEnglishSearchFontName() 357 if ( rName.GetChar( nTempLen ) == ')' ) in GetEnglishSearchFontName() 368 sal_Unicode c = rName.GetChar( i ); in GetEnglishSearchFontName() [all …]
|
| /AOO41X/main/ucb/source/ucp/webdav/ |
| H A D | ContentProperties.cxx | 174 bool ContentProperties::contains( const rtl::OUString & rName ) const in contains() 176 if ( get( rName ) ) in contains() 184 const rtl::OUString & rName ) const in getValue() 186 const PropertyValue * pProp = get( rName ); in getValue() 195 const rtl::OUString & rName ) const in get() 197 PropertyValueMap::const_iterator it = m_xProps->find( rName ); in get() 205 if ( (*it).first.equalsIgnoreAsciiCase( rName ) ) in get() 383 const rtl::OUString & rName = rProps[ n ].Name; in containsAllNames() local 384 if ( !contains( rName ) ) in containsAllNames() 387 rNamesNotContained.push_back( rName ); in containsAllNames() [all …]
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | SettingsExportHelper.hxx | 61 void ManipulateSetting( com::sun::star::uno::Any& rAny, const rtl::OUString& rName ) const; 64 const rtl::OUString& rName) const; 66 void exportBool(const sal_Bool bValue, const rtl::OUString& rName) const; 67 void exportByte(const sal_Int8 nValue, const rtl::OUString& rName) const; 68 void exportShort(const sal_Int16 nValue, const rtl::OUString& rName) const; 69 void exportInt(const sal_Int32 nValue, const rtl::OUString& rName) const; 70 void exportLong(const sal_Int64 nValue, const rtl::OUString& rName) const; 71 void exportDouble(const double fValue, const rtl::OUString& rName) const; 72 void exportString(const rtl::OUString& sValue, const rtl::OUString& rName) const; 73 …void exportDateTime(const com::sun::star::util::DateTime& aValue, const rtl::OUString& rName) cons… [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xename.cxx | 55 explicit XclExpName( const XclExpRoot& rRoot, const String& rName ); 145 …sal_uInt16 InsertUniqueName( const String& rName, XclTokenArrayRef xTokArr, SCTAB nScTab … 147 sal_uInt16 InsertRawName( const String& rName ); 173 sal_uInt16 FindBuiltInNameIdx( const String& rName, 176 String GetUnusedName( const String& rName ) const; 207 XclExpName::XclExpName( const XclExpRoot& rRoot, const String& rName ) : in XclExpName() argument 210 maOrigName( rName ), in XclExpName() 211 mxName( XclExpStringHelper::CreateString( rRoot, rName, EXC_STR_8BITLENGTH ) ), in XclExpName() 407 const String& rName, XclTokenArrayRef xTokArr, SCTAB nScTab ) in InsertUniqueName() argument 409 DBG_ASSERT( rName.Len(), "XclExpNameManagerImpl::InsertUniqueName - empty name" ); in InsertUniqueName() [all …]
|
| H A D | xelink.cxx | 58 const String& rName, sal_uInt16 nFlags = 0 ); 83 explicit XclExpExtNameAddIn( const XclExpRoot& rRoot, const String& rName ); 96 explicit XclExpExtNameDde( const XclExpRoot& rRoot, const String& rName, 115 … XclExpExtName( const XclExpRoot& rRoot, const XclExpSupbook& rSupbook, const String& rName, 137 sal_uInt16 InsertAddIn( const String& rName ); 139 sal_uInt16 InsertEuroTool( const String& rName ); 144 …sal_uInt16 InsertExtName( const XclExpSupbook& rSupbook, const String& rName, const ScExt… 155 sal_uInt16 GetIndex( const String& rName ) const; 264 sal_uInt16 InsertAddIn( const String& rName ); 317 sal_uInt16 InsertAddIn( const String& rName ); [all …]
|
| /AOO41X/main/comphelper/source/container/ |
| H A D | embeddedobjectcontainer.cxx | 277 sal_Bool EmbeddedObjectContainer::HasEmbeddedObject( const ::rtl::OUString& rName ) in HasEmbeddedObject() argument 279 EmbeddedObjectContainerNameMap::iterator aIt = pImpl->maObjectContainer.find( rName ); in HasEmbeddedObject() 283 return xAccess->hasByName(rName); in HasEmbeddedObject() 303 sal_Bool EmbeddedObjectContainer::HasInstantiatedEmbeddedObject( const ::rtl::OUString& rName ) in HasInstantiatedEmbeddedObject() argument 308 EmbeddedObjectContainerNameMap::iterator aIt = pImpl->maObjectContainer.find( rName ); in HasInstantiatedEmbeddedObject() 327 …embed::XEmbeddedObject > EmbeddedObjectContainer::GetEmbeddedObject( const ::rtl::OUString& rName ) in GetEmbeddedObject() argument 331 OSL_ENSURE( !rName.isEmpty(), "Empty object name!"); in GetEmbeddedObject() 334 EmbeddedObjectContainerNameMap::iterator aIt = pImpl->maObjectContainer.find( rName ); in GetEmbeddedObject() 345 …OSL_ENSURE( aIt != pImpl->maObjectContainer.end() || xAccess->hasByName(rName), "Could not return … in GetEmbeddedObject() 352 xObj = Get_Impl( rName, uno::Reference < embed::XEmbeddedObject >() ); in GetEmbeddedObject() [all …]
|
| /AOO41X/main/basic/source/comp/ |
| H A D | symtbl.cxx | 138 SbiSymDef* SbiSymPool::AddSym( const String& rName ) in AddSym() argument 140 SbiSymDef* p = new SbiSymDef( rName ); in AddSym() 142 p->nId = rStrings.Add( rName ); in AddSym() 150 SbiProcDef* SbiSymPool::AddProc( const String& rName ) in AddProc() argument 152 SbiProcDef* p = new SbiProcDef( pParser, rName ); in AddProc() 154 p->nId = rStrings.Add( rName ); in AddProc() 203 SbiSymDef* SbiSymPool::Find( const String& rName ) const in Find() 210 && ( p->aName.EqualsIgnoreCaseAscii( rName ) ) ) in Find() 214 return pParent->Find( rName ); in Find() 245 sal_uInt32 SbiSymPool::Define( const String& rName ) in Define() argument [all …]
|
| /AOO41X/main/oox/source/drawingml/ |
| H A D | theme.cxx | 74 const TextFont* Theme::resolveFont( const OUString& rName ) const in resolveFont() 80 if( (rName.getLength() == 6) && (rName[ 0 ] == '+') && (rName[ 3 ] == '-') ) in resolveFont() 83 if( (rName[ 1 ] == 'm') && (rName[ 2 ] == 'j') ) in resolveFont() 85 else if( (rName[ 1 ] == 'm') && (rName[ 2 ] == 'n') ) in resolveFont() 89 if( (rName[ 4 ] == 'l') && (rName[ 5 ] == 't') ) in resolveFont() 91 if( (rName[ 4 ] == 'e') && (rName[ 5 ] == 'a') ) in resolveFont() 93 if( (rName[ 4 ] == 'c') && (rName[ 5 ] == 's') ) in resolveFont()
|
| /AOO41X/main/unotools/source/ucbhelper/ |
| H A D | localfilehelper.cxx | 47 sal_Bool LocalFileHelper::ConvertSystemPathToURL( const String& rName, const String& rBaseURL, Stri… in ConvertSystemPathToURL() argument 55 if ( FileBase::getFileURLFromSystemPath( rName, aRet ) == FileBase::E_None ) in ConvertSystemPathToURL() 64 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, rBaseURL, rName ); in ConvertSystemPathToURL() 75 sal_Bool LocalFileHelper::ConvertURLToSystemPath( const String& rName, String& rReturn ) in ConvertURLToSystemPath() argument 82 if( FileBase::getSystemPathFromFileURL( rName, aRet ) == FileBase::E_None ) in ConvertURLToSystemPath() 91 rReturn = ::ucbhelper::getSystemPathFromFileURL( xManager, rName ); in ConvertURLToSystemPath() 101 sal_Bool LocalFileHelper::ConvertPhysicalNameToURL( const String& rName, String& rReturn ) in ConvertPhysicalNameToURL() argument 108 if ( FileBase::getFileURLFromSystemPath( rName, aRet ) == FileBase::E_None ) in ConvertPhysicalNameToURL() 119 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, aBase, rName ); in ConvertPhysicalNameToURL() 129 sal_Bool LocalFileHelper::ConvertURLToPhysicalName( const String& rName, String& rReturn ) in ConvertURLToPhysicalName() argument [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | rangenam.cxx | 59 const String& rName, in ScRangeData() argument 64 aName ( rName ), in ScRangeData() 65 aUpperName ( ScGlobal::pCharClass->upper( rName ) ), in ScRangeData() 109 const String& rName, in ScRangeData() argument 113 aName ( rName ), in ScRangeData() 114 aUpperName ( ScGlobal::pCharClass->upper( rName ) ), in ScRangeData() 149 const String& rName, in ScRangeData() argument 151 aName ( rName ), in ScRangeData() 152 aUpperName ( ScGlobal::pCharClass->upper( rName ) ), in ScRangeData() 479 void ScRangeData::MakeValidName( String& rName ) // static in MakeValidName() argument [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dpsave.cxx | 87 const rtl::OUString& rName, sal_Bool bValue ) in lcl_SetBoolProperty() argument 91 xProp->setPropertyValue( rName, uno::Any( &bValue, getBooleanCppuType() ) ); in lcl_SetBoolProperty() 96 ScDPSaveMember::ScDPSaveMember(const String& rName) : in ScDPSaveMember() argument 97 aName( rName ), in ScDPSaveMember() 156 void ScDPSaveMember::SetLayoutName( const OUString& rName ) in SetLayoutName() argument 158 mpLayoutName.reset(new OUString(rName)); in SetLayoutName() 197 ScDPSaveDimension::ScDPSaveDimension(const String& rName, sal_Bool bDataLayout) : in ScDPSaveDimension() argument 198 aName( rName ), in ScDPSaveDimension() 241 const String& rName = (*i)->GetName(); in ScDPSaveDimension() local 243 maMemberHash[rName] = pNew; in ScDPSaveDimension() [all …]
|
| /AOO41X/main/oox/source/dump/ |
| H A D | biffdumper.cxx | 98 …const OutputRef& rxOut, const BinaryInputStreamRef& rxStrm, const String& rName, sal_uInt16 nSubSc… in lclDumpDffClientPos() argument 104 ItemGuard aItem( rxOut, rName ); in lclDumpDffClientPos() 401 void BiffObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool ) in writeBooleanItem() argument 403 writeDecItem( rName, nBool, "BOOLEAN" ); in writeBooleanItem() 406 void BiffObjectBase::writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ) in writeErrorCodeItem() argument 408 writeHexItem( rName, nErrCode, mxErrCodes ); in writeErrorCodeItem() 428 OUString BiffObjectBase::dumpByteString( const String& rName, BiffStringFlags nFlags, rtl_TextEncod… in dumpByteString() argument 469 writeStringItem( rName( "text" ), aUniStr ); in dumpByteString() 473 OUString BiffObjectBase::dumpUniString( const String& rName, BiffStringFlags nFlags ) in dumpUniString() argument 491 writeStringItem( rName( "text" ), aString ); in dumpUniString() [all …]
|
| H A D | dumperbase.cxx | 1099 void NameListBase::setName( sal_Int64 nKey, const String& rName ) in setName() argument 1101 implSetName( nKey, rName ); in setName() 1136 void NameListBase::insertRawName( sal_Int64 nKey, const OUString& rName ) in insertRawName() argument 1138 maMap[ nKey ] = rName; in insertRawName() 1192 void ConstList::implSetName( sal_Int64 nKey, const OUString& rName ) in implSetName() argument 1194 insertRawName( nKey, rName ); in implSetName() 1249 void MultiList::implSetName( sal_Int64 nKey, const OUString& rName ) in implSetName() argument 1252 StringHelper::convertStringToStringList( aNames, rName, false ); in implSetName() 1279 void FlagsList::implSetName( sal_Int64 nKey, const OUString& rName ) in implSetName() argument 1282 insertRawName( nKey, rName ); in implSetName() [all …]
|
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | unomailmerge.cxx | 491 const OUString &rName = pArguments[i].Name; in execute() local 495 if (rName.equalsAscii( GetPropName( UNO_NAME_SELECTION ) )) in execute() 497 else if (rName.equalsAscii( GetPropName( UNO_NAME_RESULT_SET ) )) in execute() 499 else if (rName.equalsAscii( GetPropName( UNO_NAME_CONNECTION ) )) in execute() 501 else if (rName.equalsAscii( GetPropName( UNO_NAME_MODEL ) )) in execute() 502 … OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Property is read-only: " ) ) + rName, static_cast < cpp… in execute() 503 else if (rName.equalsAscii( GetPropName( UNO_NAME_DATA_SOURCE_NAME ) )) in execute() 505 else if (rName.equalsAscii( GetPropName( UNO_NAME_DAD_COMMAND ) )) in execute() 507 else if (rName.equalsAscii( GetPropName( UNO_NAME_FILTER ) )) in execute() 509 else if (rName.equalsAscii( GetPropName( UNO_NAME_DOCUMENT_URL ) )) in execute() [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | style.cxx | 134 SfxStyleSheetBase::SfxStyleSheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFam… in SfxStyleSheetBase() argument 137 , aName( rName ) in SfxStyleSheetBase() 139 , aFollow( rName ) in SfxStyleSheetBase() 215 sal_Bool SfxStyleSheetBase::SetName( const XubString& rName ) in SetName() argument 217 if(rName.Len() == 0) in SetName() 219 if( aName != rName ) in SetName() 222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName() 232 rPool.ChangeParent( aName, rName, sal_False ); in SetName() 234 aFollow = rName; in SetName() 235 aName = rName; in SetName() [all …]
|