Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx1068 const sal_Int32 nRotateLen(aRotate.getLength()); in XMLTextFrameContext_Impl() local
1070 if( nLen >= nRotateLen+3 && in XMLTextFrameContext_Impl()
1071 0 == sValue.compareTo( aRotate, nRotateLen ) && in XMLTextFrameContext_Impl()
1072 '(' == sValue[nRotateLen] && in XMLTextFrameContext_Impl()
1075 sValue = sValue.copy( nRotateLen+1, nLen-(nRotateLen+2) ); in XMLTextFrameContext_Impl()

Completed in 18 milliseconds