Home
last modified time | relevance | path

Searched refs:aLevelProps (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx193 uno::Sequence< beans::PropertyValue > aLevelProps = GetLevelProperties( ); in GetProperties() local
198 lcl_mergeProperties( aParaProps, aLevelProps ); in GetProperties()
200 return aLevelProps; in GetProperties()
/AOO42X/main/svx/source/sidebar/
H A Dnbdtmg.cxx1766 Sequence<PropertyValue> aLevelProps; in Init() local
1767 aValueAny >>= aLevelProps; in Init()
1768 NumSettings_ImplPtr pNew = lcl_CreateNumberingSettingsPtr(aLevelProps); in Init()
/AOO42X/main/cui/source/tabpages/
H A Dnumpages.cxx699 Sequence<PropertyValue> aLevelProps; in SvxNumPickTabPage() local
700 aValueAny >>= aLevelProps; in SvxNumPickTabPage()
701 SvxNumSettings_ImplPtr pNew = lcl_CreateNumSettingsPtr(aLevelProps); in SvxNumPickTabPage()