Lines Matching refs:sValue

648 	rtl::OUString sValue;  in getExtendedAttributes()  local
658 sValue = sAttrName + sDisplay ; in getExtendedAttributes()
660 sValue += sAttrName; in getExtendedAttributes()
661 sValue += String::CreateFromInt32( nPage ) ; in getExtendedAttributes()
663 sValue += sAttrName; in getExtendedAttributes()
664 sValue += String::CreateFromInt32( pCrsrShell->GetPageCnt() ) ; in getExtendedAttributes()
665 sValue += rtl::OUString::createFromAscii(";"); in getExtendedAttributes()
765 sValue += sAttrName; in getExtendedAttributes()
766 sValue += String::CreateFromInt32( nLineNum ) ; in getExtendedAttributes()
768 sValue += rtl::OUString::createFromAscii(";"); in getExtendedAttributes()
774 sValue += sAttrName; in getExtendedAttributes()
798 sValue += String::CreateFromInt32( nCurrCol ) ; in getExtendedAttributes()
799 sValue += rtl::OUString::createFromAscii(";"); in getExtendedAttributes()
806 sValue += sAttrName; in getExtendedAttributes()
807 sValue += String::CreateFromInt32( nColCount ) ; in getExtendedAttributes()
809 sValue += rtl::OUString::createFromAscii(";"); in getExtendedAttributes()
818 sValue += sAttrName; in getExtendedAttributes()
827 sValue += sectionName; in getExtendedAttributes()
830 sValue += rtl::OUString::createFromAscii(";"); in getExtendedAttributes()
851 sValue += sAttrName; in getExtendedAttributes()
852 sValue += String::CreateFromInt32( nCurrCol ) ; in getExtendedAttributes()
853 sValue += rtl::OUString::createFromAscii(";"); in getExtendedAttributes()
862 sValue += sAttrName; in getExtendedAttributes()
863 sValue += String::CreateFromInt32( nSctColCount ) ; in getExtendedAttributes()
865 sValue += rtl::OUString::createFromAscii(";"); in getExtendedAttributes()
869 anyAtrribute <<= sValue; in getExtendedAttributes()