Searched refs:nRemain (Results 1 – 8 of 8) sorted by relevance
500 sal_Int32 nRemain in GetData() local504 if (nRemain == 0) in GetData()536 sal_Int32 nRemain in GetData() local713 sal_Int32 nRemain in PutData() local717 if (nRemain == 0) in PutData()854 while (nRemain > 0) in read()858 nRemain); in read()864 nRemain -= nBlock; in read()936 if (nRemain > 0) in write()942 nRemain); in write()[all …]
102 nRemain = aData.pAsSequence->getLength(); in OInterfaceIteratorHelper()107 nRemain = 1; in OInterfaceIteratorHelper()110 nRemain = 0; in OInterfaceIteratorHelper()140 if( nRemain ) in next()142 nRemain--; in next()145 return aData.pAsSequence->getConstArray()[nRemain].get(); in next()157 OSL_ASSERT( nRemain >= 0 && in remove()158 nRemain < aData.pAsSequence->getLength() ); in remove()159 XInterface * p = aData.pAsSequence->getConstArray()[nRemain].get(); in remove()164 OSL_ASSERT( 0 == nRemain ); in remove()
61 const sal_Int32 nRemain(i_nBufferLength%3); in encodeBase64() local84 if( nRemain > 0 ) in encodeBase64()88 const sal_Int32 nStart(i_nBufferLength-nRemain); in encodeBase64()89 switch(nRemain) in encodeBase64()103 if( nRemain == 2 ) in encodeBase64()
1037 sal_uInt16 nRemain, in truncate() argument1048 for (i = n; i > nRemain; i--) in truncate()1071 for (i = n; i > nRemain; i--) in truncate()1090 for (i = n; i > nRemain; i--) in truncate()1109 for (i = n; i > nRemain; i--) in truncate()
853 sal_uInt16 nRemain,
2280 SwTwips nRemain = nWidthRemain; in CheckViewLayout() local2284 … while ( ( mnColumns > 0 || nRemain > 0 ) && nNumberOfVirtualPages < nMaxNumberOfVirtualPages ) in CheckViewLayout()2290 if ( mnColumns > 0 || nLastPageWidthWithGap < nRemain ) in CheckViewLayout()2295 nRemain = nRemain - nLastPageWidthWithGap; in CheckViewLayout()
503 SwRowFrm& rFollowFlowLine, SwTwips nRemain ) in lcl_PreprocessRowsInCells() argument517 SwTwips nTmpCut = nRemain; in lcl_PreprocessRowsInCells()
88 { return nRemain != 0; } in hasMoreElements()108 sal_Int32 nRemain; member in cppu::OInterfaceIteratorHelper
Completed in 95 milliseconds