Searched refs:aFollow (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/svl/source/items/ |
| H A D | style.cxx | 139 , aFollow( rName ) in SfxStyleSheetBase() 156 , aFollow( r.aFollow ) in SfxStyleSheetBase() 233 if ( aFollow.Equals( aName ) ) in SetName() 234 aFollow = rName; in SetName() 298 return aFollow; in GetFollow() 303 if( aFollow != rName ) in SetFollow() 310 aFollow = rName; in SetFollow() 937 XubString aName, aParent, aFollow; in Load() local 943 rStream.ReadByteString(aFollow, eEnc ); in Load() 952 rSheet.aFollow = aFollow; in Load() [all …]
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | mgetempl.cxx | 85 aFollow ( pStyle->GetFollow() ), in SfxManageStyleSheetPage() 142 aFollow = pStyle->GetFollow(); in SfxManageStyleSheetPage() 503 if ( sCmp != aFollow ) in Reset() 504 pStyle->SetFollow( aFollow ); in Reset() 506 if ( !aFollow.Len() ) in Reset() 509 aFollowLb.SelectEntry( aFollow ); in Reset()
|
| /trunk/main/sc/workben/ |
| H A D | addin.cxx | 480 …st, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aFollow ) throw(::com::su… in repeatMultiple() argument 493 long nContCount = aFollow.getLength(); in repeatMultiple() 494 const uno::Any* pArr = aFollow.getConstArray(); in repeatMultiple()
|
| H A D | testadd.idl | 52 string repeatMultiple([in]long nCount, [in]any aFirst, [in]sequence<any> aFollow);
|
| H A D | addin.hxx | 84 …st, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aFollow ) throw(::com::su…
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 373 SfxStringItem aFollow(SID_ATTR_PAGE_EXT1, aEmptyStr); in PageDescToItemSet() local 375 aFollow.SetValue(rPageDesc.GetFollow()->GetName()); in PageDescToItemSet() 376 rSet.Put(aFollow); in PageDescToItemSet()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | editdoc.cxx | 1564 XubString aFollow( pStyle->GetFollow() ); in InsertParaBreak() local 1565 if ( aFollow.Len() && ( aFollow != pStyle->GetName() ) ) in InsertParaBreak() 1567 SfxStyleSheetBase* pNext = pStyle->GetPool().Find( aFollow, pStyle->GetFamily() ); in InsertParaBreak()
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | mgetempl.hxx | 81 String aFollow; member in SfxManageStyleSheetPage
|
| /trunk/main/sw/inc/ |
| H A D | docstyle.hxx | 135 void PresetFollow(const String& rName){ aFollow = rName; } in PresetFollow()
|
| /trunk/main/svl/inc/svl/ |
| H A D | style.hxx | 89 UniString aName, aParent, aFollow; member in SfxStyleSheetBase
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docstyle.cxx | 475 aFollow.Erase(); in Reset() 547 return aFollow; in GetFollow()
|