Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dextinput.cxx160 xub_StrLen nReplace = nEndCnt - nSttCnt; in SetInputData() local
161 if( rNewStr.Len() < nReplace ) in SetInputData()
165 nReplace = nReplace - rNewStr.Len(); in SetInputData()
167 pTNd->ReplaceText( aIdx, nReplace, in SetInputData()
170 nReplace = rNewStr.Len(); in SetInputData()
172 else if( sOverwriteText.Len() < nReplace ) in SetInputData()
174 nReplace = nReplace - sOverwriteText.Len(); in SetInputData()
176 pTNd->EraseText( aIdx, nReplace ); in SetInputData()
178 nReplace = sOverwriteText.Len(); in SetInputData()
181 nReplace = rNewStr.Len(); in SetInputData()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx118 nReplace( 0 ), in SwCache()
146 += ByteString::CreateFromInt32( nReplace ))+= '\n'; in ~SwCache()
470 INCREMENT( nReplace ); in Insert()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx94 long nReplace; //Anzahl der Ersetzungen durch ein neues Objekt member in SwCache
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx796 sal_uInt32 nReplace = NewGlobalColors[ j ]; in RecolorGraphic() local
802 pReplaceColors[ j ].SetRed( (sal_uInt8)nReplace ); in RecolorGraphic()
803 pReplaceColors[ j ].SetGreen( (sal_uInt8)( nReplace >> 8 ) ); in RecolorGraphic()
804 pReplaceColors[ j ].SetBlue( (sal_uInt8)( nReplace >> 16 ) ); in RecolorGraphic()

Completed in 34 milliseconds