Lines Matching refs:aProtectAttrValue
428 OUString aProtectAttrValue; in StartElement() local
907 aProtectAttrValue = sAttrValue; in StartElement()
1003 if( bMoveProtect || bSizeProtect || aProtectAttrValue.getLength() ) in StartElement()
1005 if( (bMoveProtect ||bSizeProtect) && IsXMLToken( aProtectAttrValue, XML_NONE ) ) in StartElement()
1006 aProtectAttrValue = OUString(); in StartElement()
1009 if( bMoveProtect && -1 == aProtectAttrValue.indexOf( rPosition ) ) in StartElement()
1011 if( aProtectAttrValue.getLength() ) in StartElement()
1012 aProtectAttrValue += OUString::valueOf( sal_Unicode( ' ' ) ); in StartElement()
1013 aProtectAttrValue += rPosition; in StartElement()
1017 if( bSizeProtect && -1 == aProtectAttrValue.indexOf( rSize ) ) in StartElement()
1019 if( aProtectAttrValue.getLength() ) in StartElement()
1020 aProtectAttrValue += OUString::valueOf( sal_Unicode( ' ' ) ); in StartElement()
1021 aProtectAttrValue += rSize; in StartElement()
1024 …mespaceMap().GetQNameByKey( XML_NAMESPACE_STYLE, GetXMLToken( XML_PROTECT ) ), aProtectAttrValue ); in StartElement()