Home
last modified time | relevance | path

Searched refs:sParent (Results 1 – 10 of 10) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dprstylei.cxx319 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 Dstyleexp.cxx144 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 DXMLPageExport.cxx84 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()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx319 ::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 …]
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx985 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 …]
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx484 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 …]
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx352 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()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx292 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()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx782 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()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_descriptioninfoset.hxx235 getLocalizedChild( ::rtl::OUString const & sParent) const;

Completed in 125 milliseconds