Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx55 sal_Size nStrBytes = rString.GetBufferSize(); in lcl_WriteFixedString() local
56 DBG_ASSERT( nLength >= nStrBytes, "lcl_WriteFixedString - String too long" ); in lcl_WriteFixedString()
59 if( nLength > nStrBytes ) in lcl_WriteFixedString()
60 rStrm.WriteZeroBytes( nLength - nStrBytes ); in lcl_WriteFixedString()

Completed in 36 milliseconds