Searched refs:nLastChar (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 1117 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()
|
/trunk/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 146 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()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 2021 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 …]
|
/trunk/main/formula/source/core/api/ |
H A D | token.cxx | 985 sal_Unicode nLastChar = rName.GetChar( rName.Len() - 1); in AddMissingExternal() local 986 if ( nLastChar != 't' && nLastChar != 'm' ) in AddMissingExternal()
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 2765 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()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 3718 static sal_uInt16 nLastChar = 0; in ImplHandleKeyMsg() local 3802 nLastChar = 0; in ImplHandleKeyMsg() 3827 nLastChar = 0; in ImplHandleKeyMsg() 3836 nLastChar = 0; in ImplHandleKeyMsg() 3935 nLastChar = aKeyEvt.mnCharCode; in ImplHandleKeyMsg() 3942 aKeyEvt.mnCharCode = nLastChar; in ImplHandleKeyMsg() 3943 nLastChar = 0; in ImplHandleKeyMsg()
|
Completed in 104 milliseconds