Searched refs:nReplace (Results 1 – 4 of 4) sorted by relevance
160 xub_StrLen nReplace = nEndCnt - nSttCnt; in SetInputData() local161 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 …]
118 nReplace( 0 ), in SwCache()146 += ByteString::CreateFromInt32( nReplace ))+= '\n'; in ~SwCache()470 INCREMENT( nReplace ); in Insert()
94 long nReplace; //Anzahl der Ersetzungen durch ein neues Objekt member in SwCache
796 sal_uInt32 nReplace = NewGlobalColors[ j ]; in RecolorGraphic() local802 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 110 milliseconds