Searched refs:nValLen (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | db.cxx | 108 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()
|
/aoo42x/main/desktop/source/deployment/ |
H A D | dp_persmap.cxx | 254 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()
|
/aoo42x/main/basic/source/comp/ |
H A D | sbcomp.cxx | 189 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()
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 2186 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 82 milliseconds