Searched refs:nRotateLen (Results 1 – 1 of 1) sorted by relevance
1068 const sal_Int32 nRotateLen(aRotate.getLength()); in XMLTextFrameContext_Impl() local1070 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 15 milliseconds