Lines Matching refs:pLine
948 const OUString* pLine = (const OUString*)aAny.getValue(); in fillSubstVector() local
950 sal_Int32 nLength = pLine->getLength(); in fillSubstVector()
953 const sal_Unicode* pStr = pLine->getStr(); in fillSubstVector()
966 OUString aSubst( pLine->getToken( 0, ';', nIndex ) ); in fillSubstVector()
997 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstWeight() local
998 if( pLine->getLength() ) in getSubstWeight()
1001 if( pLine->equalsIgnoreAsciiCaseAscii( pWeightNames[weight].pName ) ) in getSubstWeight()
1007 OUStringToOString( *pLine, RTL_TEXTENCODING_ASCII_US ).getStr() ); in getSubstWeight()
1029 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstWidth() local
1030 if( pLine->getLength() ) in getSubstWidth()
1033 if( pLine->equalsIgnoreAsciiCaseAscii( pWidthNames[width].pName ) ) in getSubstWidth()
1039 OUStringToOString( *pLine, RTL_TEXTENCODING_ASCII_US ).getStr() ); in getSubstWidth()
1061 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstType() local
1062 if( pLine->getLength() ) in getSubstType()
1067 String aToken( pLine->getToken( 0, ',', nIndex ) ); in getSubstType()