/aoo42x/main/xmloff/source/core/ |
H A D | SettingsExportHelper.cxx | 70 ManipulateSetting( 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() 152 exportNameAccess(aNamed, rName); in CallTypeFunction() 212 (void) nValue; (void) rName; in exportByte() 539 …else if( (rName == msColorTableURL) || (rName == msLineEndTableURL) || (rName == msHatchTableURL) … in ManipulateSetting() [all …]
|
H A D | nmspmap.cxx | 107 pEntry->sName = rName; in _Add() 119 nKey = GetKeyByName( rName ); in Add() 128 nKey = _Add( rPrefix, rName, nKey ); in Add() 135 sal_uInt16 nKey = GetKeyByName( rName ); in AddIfKnown() 166 if ((*aIter).second->sName == rName) in GetKeyByName() 408 nKey = GetKeyByName( rName ); in AddAtIndex() 414 _Add( rPrefix, rName, nKey ); in AddAtIndex() 554 OUString sTmp( rName.copy( nPos ) ); in NormalizeOasisURN() 565 nPos = rName.indexOf( ':', nPos+1 ); in NormalizeOasisURN() 576 if( rName[nVersionStart] != '1' || rName[nVersionStart+1] != '.' ) in NormalizeOasisURN() [all …]
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 1470 ItemGuard aItem( mxOut, rName ); in writeNameItem() 1477 ItemGuard aItem( mxOut, rName ); in writeDecItem() 1485 ItemGuard aItem( mxOut, rName ); in writeHexItem() 1493 ItemGuard aItem( mxOut, rName ); in writeShortHexItem() 1501 ItemGuard aItem( mxOut, rName ); in writeBinItem() 1509 ItemGuard aItem( mxOut, rName ); in writeFixItem() 1517 ItemGuard aItem( mxOut, rName ); in writeDecBoolItem() 1531 ItemGuard aItem( mxOut, rName ); in writeValueItem() 1547 ItemGuard aItem( mxOut, rName ); in writeDecPairItem() 1556 ItemGuard aItem( mxOut, rName ); in writeHexPairItem() [all …]
|
H A D | biffdumper.hxx | 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 ); 211 void dumpRect( const String& rName, 245 void BiffObjectBase::writeRectItem( const String& rName, in writeRectItem() argument 250 writeEmptyItem( rName ); in writeRectItem() 258 void BiffObjectBase::dumpRect( const String& rName, in dumpRect() argument 345 void dumpExpToken( const String& rName ); [all …]
|
H A D | xlsbdumper.hxx | 74 sal_uInt8 dumpBoolean( const String& rName = EMPTY_STRING ); 75 sal_uInt8 dumpErrorCode( const String& rName = EMPTY_STRING ); 77 void dumpColor( 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 ); 83 sal_Int32 dumpRowRange( const String& rName = EMPTY_STRING ); 85 Address dumpAddress( const String& rName = EMPTY_STRING ); 86 Range dumpRange( const String& rName = EMPTY_STRING ); 128 sal_Int32 dumpTokenRow( const String& rName ); [all …]
|
/aoo42x/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 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() 80 if( rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_id ) ) in GetOptionType() 90 if( rName.EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_O_name ) ) in GetOptionType() 95 if( bApplet && rName.EqualsIgnoreCaseAscii( sHTML_O_Object ) ) in GetOptionType() 166 const String& rName = rArg.GetCommand(); in CreateApplet() local [all …]
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 172 inline Any getSimpleType( const OUString & rName ); 613 , _aName( rName ) in SimpleTypeDescriptionImpl() 1030 aRet = _aElements.getValue( rName ); in getByHierarchicalName() 1031 if (rName.getLength() && !aRet.hasValue()) in getByHierarchicalName() 1034 if (rName[0] == '[') // test for sequence in getByHierarchicalName() 1042 else if (rName[rName.getLength()-1] == ']') // test for array in getByHierarchicalName() 1047 sal_Int32 dimOffset = rName.indexOf('['); in getByHierarchicalName() 1056 else if ((nIndex = rName.indexOf( ':' )) >= 0) in getByHierarchicalName() 1083 else if (rName.indexOf('<') >= 0) in getByHierarchicalName() 1089 aRet = getSimpleType( rName ); in getByHierarchicalName() [all …]
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | unodialog.cxx | 176 mxDialogModelNameContainer->insertByName( rName, Any( xControlModel ) ); in insertControlModel() 186 void UnoDialog::setVisible( const OUString& rName, sal_Bool bVisible ) in setVisible() argument 225 rName, rPropertyNames, rPropertyValues ) ); in insertButton() 233 xButton->setActionCommand( rName ); in insertButton() 251 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFixedText() 269 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertCheckBox() 287 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFormattedField() 305 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertComboBox() 323 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertRadioButton() 341 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertListBox() [all …]
|
/aoo42x/main/forms/source/xforms/ |
H A D | NameContainer.hxx | 58 return maItems.find( rName ); in findItem() 69 return maItems[ rName ]; in getItem() 77 maItems[ rName ] = aElement; in replace() 84 maItems[ rName ] = aElement; in insert() 90 maItems.erase( rName ); in remove() 151 const rtl::OUString& rName ) in hasByName() argument 154 return hasItem( rName ); in hasByName() 163 const rtl::OUString& rName, in replaceByName() argument 186 const rtl::OUString& rName, in insertByName() argument 209 if( hasByName( rName ) ) in removeByName() [all …]
|
/aoo42x/main/stoc/test/ |
H A D | testiadapter.cxx | 553 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") )) in setValue() 591 Any XLB_Invocation::getValue( const OUString & rName ) in getValue() argument 595 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") )) in getValue() 640 sal_Bool XLB_Invocation::hasMethod( const OUString & rName ) in hasMethod() argument 652 sal_Bool XLB_Invocation::hasProperty( const OUString & rName ) in hasProperty() argument 656 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") ) || in hasProperty() 657 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") ) || in hasProperty() 658 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") ) || in hasProperty() 660 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") ) || in hasProperty() 666 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Enum") ) || in hasProperty() [all …]
|
/aoo42x/main/unotools/source/misc/ |
H A D | fontdefs.cxx | 325 xub_StrLen nLen = rName.Len(); in GetEnglishSearchFontName() 332 rName.Erase( i ); in GetEnglishSearchFontName() 352 rName.Erase( nTempLen ); in GetEnglishSearchFontName() 368 sal_Unicode c = rName.GetChar( i ); in GetEnglishSearchFontName() 379 rName.SetChar( i, c ); in GetEnglishSearchFontName() 394 rName.SetChar( i, c ); in GetEnglishSearchFontName() 399 rName.Erase( i, 1 ); in GetEnglishSearchFontName() 501 if ( rName.Len() ) in ImplAppendFontToken() 503 rName.Append( ';' ); in ImplAppendFontToken() 504 rName.Append( rNewToken ); in ImplAppendFontToken() [all …]
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | ContentProperties.cxx | 176 if ( get( rName ) ) in contains() 186 const PropertyValue * pProp = get( rName ); in getValue() 383 const rtl::OUString & rName = rProps[ n ].Name; in containsAllNames() local 384 if ( !contains( rName ) ) in containsAllNames() 387 rNamesNotContained.push_back( rName ); in containsAllNames() 404 const rtl::OUString & rName = (*it); in addProperties() local 406 if ( !contains( rName ) ) // ignore duplicates in addProperties() 462 if ( rName.equals( DAVProperties::CREATIONDATE ) ) in addProperty() 488 else if ( rName.equalsAsciiL( in addProperty() 530 else if ( rName.equalsAsciiL( in addProperty() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 400 const String& rName ); 534 const String& rName ); 604 const String& rName ); 887 maName( rName ), in XclExpExtNameBase() 914 XclExpExtNameBase( rRoot, rName ) in XclExpExtNameAddIn() 929 XclExpExtNameBase( rRoot, rName, nFlags ) in XclExpExtNameDde() 948 XclExpExtNameBase( rRoot, rName ), in XclExpExtName() 1051 sal_uInt16 nIndex = GetIndex( rName ); in InsertAddIn() 1057 sal_uInt16 nIndex = GetIndex( rName ); in InsertEuroTool() 1086 sal_uInt16 nIndex = GetIndex( rName ); in InsertExtName() [all …]
|
H A D | xename.cxx | 147 sal_uInt16 InsertRawName( const String& rName ); 173 sal_uInt16 FindBuiltInNameIdx( const String& rName, 210 maOrigName( rName ), in XclExpName() 419 if( !rName.Len() ) in InsertRawName() 431 XclExpNameRef xName( new XclExpName( GetRoot(), rName ) ); in InsertRawName() 517 String aNewName( rName ); in GetUnusedName() 546 const String& rName = rRangeData.GetName(); in CreateName() local 552 XclExpNameRef xName( new XclExpName( GetRoot(), rName ) ); in CreateName() 592 const String& rName = rDBData.GetName(); in CreateName() local 751 return mxImpl->InsertUniqueName( rName, xTokArr, nScTab ); in InsertUniqueName() [all …]
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | SettingsExportHelper.hxx | 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; 76 const rtl::OUString& rName) const; 79 const rtl::OUString& rName) const; 81 const rtl::OUString& rName, 85 const rtl::OUString& rName) const; 88 const rtl::OUString rName) const; 92 const rtl::OUString rName) const; 95 const rtl::OUString rName) const; [all …]
|
/aoo42x/main/comphelper/source/container/ |
H A D | embeddedobjectcontainer.cxx | 282 return xAccess->hasByName(rName); in HasEmbeddedObject() 390 pImpl->mxStorage, rName, in Get_Impl() 394 AddEmbeddedObject( xObj, rName ); in Get_Impl() 514 if ( rName.isEmpty() ) in StoreEmbeddedObject() 515 rName = CreateUniqueObjectName(); in StoreEmbeddedObject() 556 AddEmbeddedObject( xObj, rName ); in InsertEmbeddedObject() 728 if ( rName.isEmpty() ) in CopyEmbeddedObject() 757 if ( rName.isEmpty() ) in CopyAndGetEmbeddedObject() 793 rName, in CopyAndGetEmbeddedObject() 821 rName, in CopyAndGetEmbeddedObject() [all …]
|
/aoo42x/main/basic/source/comp/ |
H A D | symtbl.cxx | 140 SbiSymDef* p = new SbiSymDef( rName ); in AddSym() 142 p->nId = rStrings.Add( rName ); in AddSym() 154 p->nId = rStrings.Add( rName ); in AddProc() 214 return pParent->Find( rName ); in Find() 247 SbiSymDef* p = Find( rName ); in Define() 253 p = AddSym( rName ); in Define() 259 SbiSymDef* p = Find( rName ); in Reference() 261 p = AddSym( rName ); in Reference() 285 SbiSymDef::SbiSymDef( const String& rName ) : aName( rName ) in SbiSymDef() argument 410 : SbiSymDef( rName ) in SbiProcDef() [all …]
|
/aoo42x/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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpsave.cxx | 87 const rtl::OUString& rName, sal_Bool bValue ) in lcl_SetBoolProperty() argument 97 aName( rName ), in ScDPSaveMember() 158 mpLayoutName.reset(new OUString(rName)); in SetLayoutName() 198 aName( rName ), in ScDPSaveDimension() 241 const String& rName = (*i)->GetName(); in ScDPSaveDimension() local 243 maMemberHash[rName] = pNew; in ScDPSaveDimension() 364 const String & rName = pMember->GetName(); in AddMember() local 432 mpSubtotalName.reset(new OUString(rName)); in SetSubtotalName() 458 mpLayoutName.reset(new OUString(rName)); in SetLayoutName() 544 maMemberHash[rName] = pNew; in GetMemberByName() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 59 const String& rName, in ScRangeData() argument 64 aName ( rName ), in ScRangeData() 109 const String& rName, in ScRangeData() argument 113 aName ( rName ), in ScRangeData() 149 const String& rName, in ScRangeData() argument 151 aName ( rName ), in ScRangeData() 489 rName.Erase(0,nPos); in MakeValidName() 493 rName.Insert('_',0); in MakeValidName() 496 nLen = rName.Len(); in MakeValidName() 512 while (aRange.Parse( rName, NULL, details) || aAddr.Parse( rName, NULL, details)) in MakeValidName() [all …]
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | localfilehelper.cxx | 55 if ( FileBase::getFileURLFromSystemPath( rName, aRet ) == FileBase::E_None ) in ConvertSystemPathToURL() 82 if( FileBase::getSystemPathFromFileURL( rName, aRet ) == FileBase::E_None ) in ConvertURLToSystemPath() 91 rReturn = ::ucbhelper::getSystemPathFromFileURL( xManager, rName ); in ConvertURLToSystemPath() 108 if ( FileBase::getFileURLFromSystemPath( rName, aRet ) == FileBase::E_None ) in ConvertPhysicalNameToURL() 136 if ( FileBase::getSystemPathFromFileURL( rName, aRet ) == FileBase::E_None ) in ConvertURLToPhysicalName() 145 INetURLObject aObj( rName ); in ConvertURLToPhysicalName() 148 rReturn = ::ucbhelper::getSystemPathFromFileURL( xManager, rName ); in ConvertURLToPhysicalName() 158 sal_Bool LocalFileHelper::IsLocalFile( const String& rName ) in IsLocalFile() argument 161 return ConvertURLToPhysicalName( rName, aTmp ); in IsLocalFile() 164 sal_Bool LocalFileHelper::IsFileContent( const String& rName ) in IsFileContent() argument [all …]
|
/aoo42x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 104 ItemGuard aItem( rxOut, rName ); in lclDumpDffClientPos() 543 writeStringItem( rName, aString ); in dumpSegmentedUniString() 549 writeEmptyItem( rName ); in dumpSegmentedUniStringArray() 786 dumpFormula( rName, false ); in dumpCellFormula() 791 dumpFormula( rName, nSize, true ); in dumpNameFormula() 796 dumpFormula( rName, true ); in dumpNameFormula() 913 maName = rName( "formula" ); in dumpFormula() 1276 OUStringBuffer aOp( rName ); in dumpExpToken() 3213 OUStringBuffer aName( rName ); in createFontName() 3309 writeEmptyItem( rName ); in dumpFilterColumnOperator() [all …]
|
H A D | dumperbase.cxx | 1101 implSetName( nKey, rName ); in setName() 1138 maMap[ nKey ] = rName; in insertRawName() 1194 insertRawName( nKey, rName ); in implSetName() 2345 ItemGuard aItem( mxOut, rName ); in writeEmptyItem() 2350 ItemGuard aItem( mxOut, rName ); in writeInfoItem() 2356 ItemGuard aItem( mxOut, rName ); in writeCharItem() 2364 ItemGuard aItem( mxOut, rName ); in writeStringItem() 2377 ItemGuard aItem( mxOut, rName ); in writeArrayItem() 2399 writeHexItem( rName, nColor ); in writeColorABGRItem() 2464 writeEmptyItem( rName ); in writeRangeListItem() [all …]
|
/aoo42x/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() 505 else if (rName.equalsAscii( GetPropName( UNO_NAME_DAD_COMMAND ) )) in execute() 507 else if (rName.equalsAscii( GetPropName( UNO_NAME_FILTER ) )) in execute() 516 else if (rName.equalsAscii( GetPropName( UNO_NAME_OUTPUT_URL ) )) in execute() 539 else if (rName.equalsAscii( GetPropName( UNO_NAME_SUBJECT ) )) in execute() 545 else if (rName.equalsAscii( GetPropName( UNO_NAME_MAIL_BODY ) )) in execute() [all …]
|
/aoo42x/main/svl/source/items/ |
H A D | style.cxx | 137 , aName( rName ) in SfxStyleSheetBase() 139 , aFollow( rName ) in SfxStyleSheetBase() 217 if(rName.Len() == 0) in SetName() 219 if( aName != rName ) in SetName() 234 aFollow = rName; in SetName() 235 aName = rName; in SetName() 272 if( aParent != rName ) in SetParent() 288 aParent = rName; in SetParent() 303 if( aFollow != rName ) in SetFollow() 310 aFollow = rName; in SetFollow() [all …]
|