Home
last modified time | relevance | path

Searched refs:nCopied (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbase14.cxx39 unsigned int nCopied = 0; in getNameObject() local
43 nCopied = 0; in getNameObject()
44 if( nCopied++ < 2 ) in getNameObject()
/trunk/main/framework/source/fwi/helper/
H A Dnetworkdomain.cxx171 long nCopied = sizeof(szBuffer);
177 nBufSize = nCopied;
178 nCopied = sysinfo( SI_SRPC_DOMAIN, pBuffer, nBufSize );
183 if ( nCopied > nBufSize )
184 pBuffer = (char *)alloca( nCopied );
186 } while ( nCopied > nBufSize );
188 if ( -1 != nCopied )
193 nCopied - 1,
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx107 sal_Int32 nCopied = 0; in lcl_stripVbaEvents() local
112 sStripped[ nCopied++ ] = *pDesc; in lcl_stripVbaEvents()
115 if ( nCopied ) in lcl_stripVbaEvents()
116 sStripped.realloc( nCopied ); in lcl_stripVbaEvents()
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx86 sal_uInt32 nCopied = 0; in createTempXInStreamFromIStream() local
99 nCopied += nRead; in createTempXInStreamFromIStream()
102 if ( nCopied == nSize ) in createTempXInStreamFromIStream()

Completed in 25 milliseconds