Home
last modified time | relevance | path

Searched refs:aProtectAttrValue (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx428 OUString aProtectAttrValue; in StartElement() local
907 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 11 milliseconds