Home
last modified time | relevance | path

Searched refs:nLastChar (Results 1 – 6 of 6) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3715 static sal_uInt16 nLastChar = 0; in ImplHandleKeyMsg() local
3799 nLastChar = 0; in ImplHandleKeyMsg()
3824 nLastChar = 0; in ImplHandleKeyMsg()
3833 nLastChar = 0; in ImplHandleKeyMsg()
3932 nLastChar = aKeyEvt.mnCharCode; in ImplHandleKeyMsg()
3939 aKeyEvt.mnCharCode = nLastChar; in ImplHandleKeyMsg()
3940 nLastChar = 0; in ImplHandleKeyMsg()
/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1117 int nLastChar = i; in ApplyDXArray() local
1126 nLastChar = j - 1; in ApplyDXArray()
1148 nLastChar = nChars - 1; in ApplyDXArray()
1151 assert((nLastChar > -1) && (nLastChar < (signed)nChars)); in ApplyDXArray()
1152 long nNewClusterWidth = args.mpDXArray[nLastChar]; in ApplyDXArray()
1153 long nOrigClusterWidth = mvCharDxs[nLastChar]; in ApplyDXArray()
1194 nPrevClusterLastChar = nLastChar; in ApplyDXArray()
1195 i = nLastChar; in ApplyDXArray()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2765 static sal_Unicode nLastChar = 0; in ImplHandleKeyMsg() local
2813 nSVCharCode = nLastChar; in ImplHandleKeyMsg()
2815 nLastChar = 0; in ImplHandleKeyMsg()
2821 nLastChar = 0; in ImplHandleKeyMsg()
2827 nLastChar = nSVCharCode; in ImplHandleKeyMsg()
/aoo41x/main/formula/source/core/api/
H A Dtoken.cxx985 sal_Unicode nLastChar = rName.GetChar( rName.Len() - 1); in AddMissingExternal() local
986 if ( nLastChar != 't' && nLastChar != 'm' ) in AddMissingExternal()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx2021 const sal_uInt16 nLastChar = pLine->GetEnd() -1; // Last zeigt dahinter in ImpAdjustBlocks() local
2024 DBG_ASSERT( nLastChar < pNode->Len(), "AdjustBlocks: Out of range!" ); in ImpAdjustBlocks()
2029 for ( nChar = nFirstChar; nChar <= nLastChar; nChar++ ) in ImpAdjustBlocks()
2041 ImpFindKashidas( pNode, nFirstChar, nLastChar, aPositions ); in ImpAdjustBlocks()
2050 …ode->GetChar( nLastChar ) == ' ' ) && ( aPositions.Count() > 1 ) && ( MsLangId::getPrimaryLanguage… in ImpAdjustBlocks()
2054 nPortion = pParaPortion->GetTextPortions().FindPortion( nLastChar+1, nPortionStart ); in ImpAdjustBlocks()
2056 long nRealWidth = pLine->GetCharPosArray()[nLastChar-nFirstChar]; in ImpAdjustBlocks()
2058 if ( nLastChar > nPortionStart ) in ImpAdjustBlocks()
2059 nBlankWidth -= pLine->GetCharPosArray()[nLastChar-nFirstChar-1]; in ImpAdjustBlocks()
2069 pLine->GetCharPosArray()[nLastChar-nFirstChar] -= nBlankWidth; in ImpAdjustBlocks()
[all …]
/aoo41x/main/basctl/source/basicide/
H A Dbaside2b.cxx146 sal_uInt16 nLastChar = rVar.Len()-1; in lcl_SeparateNameAndIndex() local
147 if ( strchr( cSuffixes, rVar.GetChar( nLastChar ) ) ) in lcl_SeparateNameAndIndex()
148 rVar.Erase( nLastChar, 1 ); in lcl_SeparateNameAndIndex()
152 sal_uInt16 nLastChar = rIndex.Len()-1; in lcl_SeparateNameAndIndex() local
153 if ( strchr( cSuffixes, rIndex.GetChar( nLastChar ) ) ) in lcl_SeparateNameAndIndex()
154 rIndex.Erase( nLastChar, 1 ); in lcl_SeparateNameAndIndex()
273 sal_uInt16 nLastChar =aWord.Len()-1; in RequestHelp() local
274 if ( strchr( cSuffixes, aWord.GetChar( nLastChar ) ) ) in RequestHelp()
275 aWord.Erase( nLastChar, 1 ); in RequestHelp()

Completed in 140 milliseconds