Searched refs:aProtectAttrValue (Results 1 – 1 of 1) sorted by relevance
428 OUString aProtectAttrValue; in StartElement() local907 aProtectAttrValue = sAttrValue; in StartElement()1003 if( bMoveProtect || bSizeProtect || aProtectAttrValue.getLength() ) in StartElement()1006 aProtectAttrValue = OUString(); 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()[all …]
Completed in 16 milliseconds