/aoo42x/main/xmloff/source/style/ |
H A D | prstylei.cxx | 319 if( sParent.getLength() ) in CreateAndInsert() 320 sParent = GetImport().GetStyleDisplayName( GetFamily(), sParent ); in CreateAndInsert() 323 pProps->Value <<= sParent; in CreateAndInsert() 326 pProps->Value <<= sParent; in CreateAndInsert() 458 OUString sParent( GetParentName() ); in Finish() local 459 if( sParent.getLength() ) in Finish() 460 sParent = GetImport().GetStyleDisplayName( GetFamily(), sParent ); in Finish() 461 if( sParent.getLength() && !xFamilies->hasByName( sParent ) ) in Finish() 462 sParent = OUString(); in Finish() 464 if( sParent != mxStyle->getParentStyle() ) in Finish() [all …]
|
H A D | styleexp.cxx | 144 OUString sParent; in exportStyle() local 149 sParent = *pPrefix; in exportStyle() 150 sParent += sParentString; in exportStyle() 153 sParent = sPoolStyleName; in exportStyle() 155 if( sParent.getLength() ) in exportStyle() 157 GetExport().EncodeStyleName( sParent ) ); in exportStyle()
|
H A D | XMLPageExport.cxx | 84 OUString sParent; in collectPageMasterAutoStyle() local 85 …rPageMasterName = rExport.GetAutoStylePool()->Find( XML_STYLE_FAMILY_PAGE_MASTER, sParent, xPropSt… in collectPageMasterAutoStyle() 87 …rPageMasterName = rExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_PAGE_MASTER, sParent, xPropStat… in collectPageMasterAutoStyle()
|
/aoo42x/main/desktop/source/migration/ |
H A D | migration.cxx | 319 ::rtl::OUString sParent; in doMigration() 320 …compareOldAndNewConfig(sParent, xOldVersionMenuSettings, xNewVersionMenuSettings, sMenubarResource… in doMigration() 334 ::rtl::OUString sParent; in doMigration() 335 …compareOldAndNewConfig(sParent, xOldVersionToolbarSettings, xNewVersionToolbarSettings, sToolbarRe… in doMigration() 1052 void MigrationImpl::compareOldAndNewConfig(const ::rtl::OUString& sParent, in compareOldAndNewConfig() argument 1108 if (sParent.getLength()>0) in compareOldAndNewConfig() 1109 sName = sParent + MENU_SEPERATOR + it->m_sCommandURL; in compareOldAndNewConfig() 1116 MigrationItem aMigrationItem(sParent, sSibling, it->m_sCommandURL, it->m_xPopupMenu); in compareOldAndNewConfig() 1141 if (sParent.getLength()>0) in compareOldAndNewConfig() 1142 sName = sParent + MENU_SEPERATOR + it->m_sCommandURL; in compareOldAndNewConfig() [all …]
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 985 rtl::OUString sParent; in ExportColumns() local 2080 rtl::OUString sParent; in AddStyleFromColumn() local 2113 rtl::OUString sParent; in AddStyleFromRow() local 2127 if (GetAutoStylePool()->Add(sName, XML_STYLE_FAMILY_TABLE_ROW, sParent, xPropStates)) in AddStyleFromRow() 2273 rtl::OUString sParent; in _ExportAutoStyles() local 2311 rtl::OUString sParent; in _ExportAutoStyles() local 2320 rtl::OUString sParent; in _ExportAutoStyles() local 2357 rtl::OUString sParent; in _ExportAutoStyles() local 2394 rtl::OUString sParent; in _ExportAutoStyles() local 2430 rtl::OUString sParent; in _ExportAutoStyles() local [all …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 484 OUString sParent, sCondParent; in Add() local 491 rPropSet->getPropertyValue( sParaStyleName ) >>= sParent; in Add() 568 rPropSet->getPropertyValue( sFrameStyleName ) >>= sParent; in Add() 578 GetAutoStylePool().Add( nFamily, sParent, xPropStates, bDontSeek ); in Add() 579 if( sCondParent.getLength() && sParent != sCondParent ) in Add() 657 OUString sParent, sCondParent; in Add() local 664 sal_True ) >>= sParent; in Add() 677 GetAutoStylePool().Add( nFamily, sParent, xPropStates ); in Add() 678 if( sCondParent.getLength() && sParent != sCondParent ) in Add() 794 OUString sParent; // AutoStyles should not have parents! in FindTextStyleAndHyperlink() local [all …]
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 352 String sParent; in InitAuthors() local 829 String sParent; in InsertParents() local 871 sParent = GetRedlineText(rRedln, pData->aDateTime); in InsertParents() 872 pParent = pTable->InsertEntry(sParent, pData, 0, i); in InsertParents()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docst.cxx | 292 String sParent; in ExecStyleSheet() local 295 sParent = ((const SfxStringItem*)pItem)->GetValue(); in ExecStyleSheet() 297 nRet = Edit( sName, sParent, nFamily, nMask, sal_True, 0, 0, rReq.IsAPI() ); in ExecStyleSheet()
|
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_descriptioninfoset.cxx | 782 DescriptionInfoset::getLocalizedChild( const ::rtl::OUString & sParent) const in getLocalizedChild() 784 if ( ! m_element.is() || !sParent.getLength()) in getLocalizedChild() 789 xParent = m_xpath->selectSingleNode(m_element, sParent); in getLocalizedChild()
|
/aoo42x/main/desktop/source/deployment/inc/ |
H A D | dp_descriptioninfoset.hxx | 235 getLocalizedChild( ::rtl::OUString const & sParent) const;
|