Home
last modified time | relevance | path

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

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx108 sal_Int32 nValLen = strtol( pStartPtr, &pEndPtr, 16 ); in createHashMap() local
117 rtl::OString aValStr( pValSrc, nValLen ); in createHashMap()
123 (*m_pStringToValPosMap)[aOKeyStr] = std::pair<int,int>( iPos, nValLen ); in createHashMap()
125 iPos += nValLen + 1; in createHashMap()
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx254 const sal_Int32 nValLen = rValString.getLength(); in flush() local
255 m_MapFile.write( rValString.getStr(), nValLen, nBytesWritten); in flush()
256 OSL_ASSERT( nValLen == (sal_Int32)nBytesWritten); in flush()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx189 int nValLen = pc - pValStart; in lcl_ReadIniFile() local
190 if( nValLen == 0 ) in lcl_ReadIniFile()
195 strncpy( ValBuffer, pValStart, nValLen ); in lcl_ReadIniFile()
196 ValBuffer[nValLen] = '\0'; in lcl_ReadIniFile()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx2186 sal_Int32 nValLen = sValue.getLength(); in AddCondition() local
2189 rCondition.copy( 0, nValLen ) == sValue ) in AddCondition()
2194 OUString sRealCond = rCondition.copy( nValLen, rCondition.getLength() - nValLen ); in AddCondition()
2236 sal_Int32 nValLen = sValue.getLength(); in AddCondition() local
2238 if ( rCondition.copy( 0, nValLen ) == sValue ) in AddCondition()
2243 OUString sRealCond = rCondition.copy( nValLen, rCondition.getLength() - nValLen ); in AddCondition()

Completed in 36 milliseconds