Home
last modified time | relevance | path

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

/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx500 sal_Int32 nRemain in GetData() local
504 if (nRemain == 0) in GetData()
536 sal_Int32 nRemain in GetData() local
713 sal_Int32 nRemain in PutData() local
717 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 …]
/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx102 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()
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx61 const sal_Int32 nRemain(i_nBufferLength%3); in encodeBase64() local
84 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()
/trunk/main/store/source/
H A Dstordata.cxx1037 sal_uInt16 nRemain, in truncate() argument
1048 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()
H A Dstordata.hxx853 sal_uInt16 nRemain,
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2280 SwTwips nRemain = nWidthRemain; in CheckViewLayout() local
2284 … while ( ( mnColumns > 0 || nRemain > 0 ) && nNumberOfVirtualPages < nMaxNumberOfVirtualPages ) in CheckViewLayout()
2290 if ( mnColumns > 0 || nLastPageWidthWithGap < nRemain ) in CheckViewLayout()
2295 nRemain = nRemain - nLastPageWidthWithGap; in CheckViewLayout()
H A Dtabfrm.cxx503 SwRowFrm& rFollowFlowLine, SwTwips nRemain ) in lcl_PreprocessRowsInCells() argument
517 SwTwips nTmpCut = nRemain; in lcl_PreprocessRowsInCells()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h90 { return nRemain != 0; } in hasMoreElements()
110 sal_Int32 nRemain; member in cppu::OInterfaceIteratorHelper

Completed in 49 milliseconds