Searched refs:aLength (Results 1 – 3 of 3) sorted by relevance
43 uno::Any aLength(sal_Int32( -1 ) ); in Characters() local44 …rs >( new ScVbaCharacters( this, mxContext, aPalette, xSimpleText, aStart, aLength, sal_True ) ) ); in Characters()
483 …sal_uLong ReadSourceWriteTemporary( sal_uLong aLength ); // read aLength fro…488 …sal_uLong CopySourceToTemporary( sal_uLong aLength ); // same as ReadSourceW…932 sal_uLong UCBStorageStream_Impl::ReadSourceWriteTemporary( sal_uLong aLength ) argument948 for( sal_uLong pInd = 0; pInd < aLength && aReaded == 32000 ; pInd += 32000 )950 sal_uLong aToCopy = min( aLength - pInd, 32000 );955 if( aResult < aLength )990 sal_uLong UCBStorageStream_Impl::CopySourceToTemporary( sal_uLong aLength )999 aResult = ReadSourceWriteTemporary( aLength );
876 ::basegfx::B2DVector aLength(nX1-nX2, nY1-nY2); in rearrangeLabelToAvoidOverlapIfRequested()877 if( (aLength.getLength()/fPageDiagonaleLength) < 0.01 ) in rearrangeLabelToAvoidOverlapIfRequested()
Completed in 110 milliseconds