Searched refs:sAttr (Results 1 – 3 of 3) sorted by relevance
/trunk/main/xmloff/source/text/ |
H A D | XMLSectionImportContext.cxx | 269 OUString sAttr = xAttrList->getValueByIndex(nAttr); in ProcessAttributes() local 274 sXmlId = sAttr; in ProcessAttributes() 277 sStyleName = sAttr; in ProcessAttributes() 280 sName = sAttr; in ProcessAttributes() 287 _GetKeyByAttrName( sAttr, &sTmp, sal_False ); in ProcessAttributes() 294 sCond = sAttr; in ProcessAttributes() 298 if (IsXMLToken(sAttr, XML_TRUE)) in ProcessAttributes() 302 else if ( IsXMLToken(sAttr, XML_NONE) || in ProcessAttributes() 303 IsXMLToken(sAttr, XML_CONDITION) ) in ProcessAttributes() 320 SvXMLUnitConverter::decodeBase64(aSequence, sAttr); in ProcessAttributes() [all …]
|
H A D | XMLIndexTabStopEntryContext.cxx | 83 OUString sAttr = xAttrList->getValueByIndex(nAttr); in StartElement() local 91 bTabRightAligned = IsXMLToken( sAttr, XML_RIGHT ); in StartElement() 97 convertMeasure(nTmp, sAttr)) in StartElement() 105 sLeaderChar = sAttr; in StartElement() 107 bLeaderCharOK = (sAttr.getLength() > 0); in StartElement() 113 if (SvXMLUnitConverter::convertBool(bTmp, sAttr)) in StartElement()
|
/trunk/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 5488 rtl::OString sAttr; in checkValidMask() local 5489 if (b1) sAttr = "Remote"; in checkValidMask() 5490 if (b2) sAttr += " Removeable"; in checkValidMask() 5491 if (b3) sAttr += " CDROM"; in checkValidMask() 5492 if (b4) sAttr += " Floppy"; in checkValidMask() 5493 if (b5) sAttr += " FixedDisk"; in checkValidMask() 5494 if (b6) sAttr += " RAMDisk"; in checkValidMask() 5496 printf("Attributes: %s\n", sAttr.getStr() ); in checkValidMask()
|
Completed in 45 milliseconds