Home
last modified time | relevance | path

Searched refs:pFamily (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dimpastp4.cxx99 …XMLFamilyData_Impl *pFamily = new XMLFamilyData_Impl( nFamily, rStrName, rMapper, aPrefix, bAsFami… in AddFamily() local
100 if( !maFamilyList.Seek_Entry( pFamily, &nPos ) ) in AddFamily()
101 maFamilyList.Insert( pFamily ); in AddFamily()
103 delete pFamily; in AddFamily()
147 XMLFamilyData_Impl* pFamily = maFamilyList.GetObject( i ); in GetRegisteredNames() local
150 SvXMLAutoStylePoolNamesP_Impl* pNames = pFamily->mpNameList; in GetRegisteredNames()
154 aFamilies.push_back( pFamily->mnFamily ); in GetRegisteredNames()
188 XMLFamilyData_Impl *pFamily = 0; in Add() local
192 pFamily = maFamilyList.GetObject( nPos ); in Add()
195 DBG_ASSERT( pFamily, "SvXMLAutoStylePool_Impl::Add: unknown family" ); in Add()
[all …]
H A Dstyleexp.cxx391 const sal_Char *pFamily,
396 const OUString sFamily(OUString::createFromAscii(pFamily ));
416 const sal_Char *pFamily, in exportStyleFamily() argument
421 const OUString sFamily(OUString::createFromAscii(pFamily )); in exportStyleFamily()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx1081 SfxStyleInfo_Impl* pFamily = (SfxStyleInfo_Impl*)(pInfo->pObject); in GroupSelected() local
1082 if (pFamily) in GroupSelected()
1084 … const ::std::vector< SfxStyleInfo_Impl > lStyles = pStylesInfo->getStyles(pFamily->sFamily); in GroupSelected()
1263 SfxStyleInfo_Impl* pFamily = new SfxStyleInfo_Impl(*pIt); in RequestingChilds() local
1264 SvLBoxEntry* pStyleEntry = InsertEntry( pFamily->sLabel, pEntry ); in RequestingChilds()
1265 … SfxGroupInfo_Impl *pGrpInfo = new SfxGroupInfo_Impl( SFX_CFGGROUP_STYLES, 0, pFamily ); in RequestingChilds()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2035 const char *pFamily = NULL; in FontFamilyType() local
2038 case FAMILY_ROMAN: pFamily = "roman"; break; in FontFamilyType()
2039 case FAMILY_SWISS: pFamily = "swiss"; break; in FontFamilyType()
2040 case FAMILY_MODERN: pFamily = "modern"; break; in FontFamilyType()
2041 case FAMILY_SCRIPT: pFamily = "script"; break; in FontFamilyType()
2042 case FAMILY_DECORATIVE: pFamily = "decorative"; break; in FontFamilyType()
2043 default: pFamily = "auto"; break; // no font family in FontFamilyType()
2046 if ( pFamily ) in FontFamilyType()
2048 FSNS( XML_w, XML_val ), pFamily, in FontFamilyType()
/trunk/main/xmloff/inc/xmloff/
H A Dstyleexp.hxx132 const sal_Char *pFamily, const ::rtl::OUString& rXMLFamily,
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx389 GooString* pFamily = gfxFont->getName(); in parseFont() local
390 if( pFamily ) in parseFont()