Lines Matching refs:pPrefix
104 const OUString* pPrefix ) in exportStyle() argument
126 if(pPrefix) in exportStyle()
127 sName = *pPrefix; in exportStyle()
148 if(pPrefix) in exportStyle()
149 sParent = *pPrefix; in exportStyle()
394 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
400 pPrefix);
406 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
411 pPrefix);
419 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
423 pPrefix); in exportStyleFamily()
429 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
477 xStyles,pPrefix ); in exportStyleFamily()
552 if( xStyle.is() && exportStyle( xStyle, rXMLFamily, rPropMapper, xStyles,pPrefix ) ) in exportStyleFamily()