Home
last modified time | relevance | path

Searched refs:nChar (Results 1 – 25 of 154) sorted by last modified time

1234567

/trunk/main/tools/source/fsys/
H A Ddirent.cxx2505 short nChar = aLongName(n-1); in MakeShortName()
2506 if ( nChar < 32 || nChar >= 127 ) in MakeShortName()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx122 virtual sal_uLong ReplaceCr( sal_uInt8 nChar );
H A Dww8par.cxx2807 sal_Unicode SwWW8ImplReader::TranslateToHindiNumbers(sal_Unicode nChar) in TranslateToHindiNumbers() argument
2809 if (nChar >= 0x0030 && nChar <= 0x0039) in TranslateToHindiNumbers()
2810 return nChar + 0x0630; in TranslateToHindiNumbers()
2812 return nChar; in TranslateToHindiNumbers()
4940 for (xub_StrLen nChar = 0; nChar < sPassword.Len(); ++nChar ) in InitXorWord95Codec() local
4941 pPassword[nChar] = sPassword.GetChar(nChar); in InitXorWord95Codec()
4964 for (xub_StrLen nChar = 0; nChar < nLen; ++nChar ) in InitXorWord95Codec() local
4965 pStd97Pass[nChar] = sUniPassword.GetChar(nChar); in InitXorWord95Codec()
4995 for (xub_StrLen nChar = 0; nChar < nLen; ++nChar ) in InitStd97Codec() local
4996 pPassword[nChar] = sUniPassword.GetChar(nChar); in InitStd97Codec()
H A Dww8atr.cxx3509 sal_uLong WW8Export::ReplaceCr( sal_uInt8 nChar ) in ReplaceCr() argument
3512 ASSERT( nChar, "gegen 0 ersetzt bringt WW97/95 zum Absturz" ); in ReplaceCr()
3533 if ((nChar == 0x0c) && in ReplaceCr()
3557 WriteChar(nChar); in ReplaceCr()
3561 else if ((nUCode == 0x0c) && (nChar == 0x0e)) in ReplaceCr()
3575 WriteChar(nChar); in ReplaceCr()
H A Ddocxexport.hxx124 virtual sal_uLong ReplaceCr( sal_uInt8 nChar );
H A Dww8par3.cxx527 sal_Unicode nChar = rSrc.GetChar(nI); in lcl_CopyGreaterEight() local
528 if (nChar > WW8ListManager::nMaxLevel) in lcl_CopyGreaterEight()
529 rDest.Append(nChar); in lcl_CopyGreaterEight()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx182 sal_Unicode nChar = aQuotedParamChars.getStr()[nInd]; in ImplGetParameterString() local
183 if ( nChar < 128 ) in ImplGetParameterString()
184 pToAccept[nChar] = sal_True; in ImplGetParameterString()
993 for( sal_uInt16 nChar = 0; nChar < aStr.Len(); ++nChar ) in SetINetBookmark() local
994 if( strchr( "\\/:*?\"<>|", aStr.GetChar( nChar ) ) ) in SetINetBookmark()
995 aStr.Erase( nChar--, 1 ); in SetINetBookmark()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx446 sal_uInt16 FlashFont::getGlyph( sal_uInt16 nChar, VirtualDevice* pVDev ) in getGlyph() argument
449 std::map<sal_uInt16, sal_uInt16, ltuint16>::iterator aIter( maGlyphIndex.find(nChar) ); in getGlyph()
457 maGlyphIndex[nChar] = mnNextIndex; in getGlyph()
467 pVDev->GetTextOutline( aPolyPoly, nChar ); in getGlyph()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2225 sal_uInt32 nChar = pMap->GetFirstChar(); in GetGlyphWidths() local
2226 for(; --nCharCount >= 0; nChar = pMap->GetNextChar( nChar ) ) in GetGlyphWidths()
2228 if( nChar > 0xFFFF ) // TODO: allow UTF-32 chars in GetGlyphWidths()
2230 sal_Ucs nUcsChar = static_cast<sal_Ucs>(nChar); in GetGlyphWidths()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3961 sal_uInt16 nChar = 0xFFFF; in GetChar() local
3973 nChar = nCurIndex; in GetChar()
3986 nChar++; in GetChar()
3993 sal_uInt16 nTmpCurIndex = nChar - pLine->GetStart(); in GetChar()
4033 nChar = nChar + nOffset; in GetChar()
4036 if ( nChar && ( nChar < pParaPortion->GetNode()->Len() ) ) in GetChar()
4038 EditPaM aPaM( pParaPortion->GetNode(), nChar+1 ); in GetChar()
4047 if ( ( nLeft != nChar ) && ( nRight != nChar ) ) in GetChar()
4049nChar = ( Abs( nRight - nChar ) < Abs( nLeft - nChar ) ) ? nRight : nLeft; in GetChar()
4059 if ( nChar == 0xFFFF ) in GetChar()
[all …]
H A Dimpedit.hxx739 …sal_uInt8 GetRightToLeft( sal_uInt32 nPara, sal_uInt16 nChar, sal_uInt16* pStar…
947 …sal_Bool IsInputSequenceCheckingRequired( sal_Unicode nChar, const EditSelection& rCurS…
H A Dimpedit3.cxx2028 sal_uInt16 nChar; in ImpAdjustBlocks() local
2029 for ( nChar = nFirstChar; nChar <= nLastChar; nChar++ ) in ImpAdjustBlocks()
2031 if ( pNode->GetChar(nChar) == ' ' ) in ImpAdjustBlocks()
2036 aPositions.Insert( nChar, aPositions.Count() ); in ImpAdjustBlocks()
2083 nChar = aPositions[n]; in ImpAdjustBlocks()
2084 if ( nChar < nLastChar ) in ImpAdjustBlocks()
2098 for ( sal_uInt16 _n = nChar; _n < nPortionEnd; _n++ ) in ImpAdjustBlocks()
4487 sal_Unicode nChar = pString->GetChar( nIdx ); in ImplInitDigitMode() local
4488 if( (nChar < '0') || ('9' < nChar) ) in ImplInitDigitMode()
4490 nChar = (sal_Unicode)(nChar + nOffset); in ImplInitDigitMode()
[all …]
H A Deditobj.cxx175 …>GetItem()->Which() == _nWhich ) && ( pAttr->GetStart() <= nChar ) && ( pAttr->GetEnd() > nChar ) ) in FindAttrib()
1237 for ( sal_uInt16 nChar = pAttr->GetStart(); nChar < pAttr->GetEnd(); nChar++ ) in StoreData() local
1239 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in StoreData()
1242 aText.SetChar( nChar, cConv ); in StoreData()
1267 for ( sal_uInt16 nChar = 0; nChar < pC->GetText().Len(); nChar++ ) in StoreData() local
1271 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in StoreData()
1274 aText.SetChar( nChar, cConv ); in StoreData()
1489 … for ( sal_uInt16 nChar = pNewAttr->GetStart(); nChar < pNewAttr->GetEnd(); nChar++ ) in CreateData() local
1495 pC->GetText().SetChar( nChar, cConv ); in CreateData()
1516 for ( sal_uInt16 nChar = 0; nChar < pC->GetText().Len(); nChar++ ) in CreateData() local
[all …]
H A Deditobj2.hxx92 XEditAttribute* FindAttrib( sal_uInt16 nWhich, sal_uInt16 nChar ) const;
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2203 case WID_DOC_CHAR_COUNT :nValue = aStat.nChar;break; in getPropertyValue()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2030 void PSWriter::ImplWriteCharacter( sal_Char nChar ) in ImplWriteCharacter() argument
2032 switch( nChar ) in ImplWriteCharacter()
2039 ImplWriteByte( (sal_uInt8)nChar, PS_NONE ); in ImplWriteCharacter()
/trunk/main/sc/source/filter/inc/
H A Dxlstring.hxx71 explicit inline XclFormatRun( sal_uInt16 nChar, sal_uInt16 nFontIdx ) : in XclFormatRun()
72 mnChar( nChar ), mnFontIdx( nFontIdx ) {} in XclFormatRun()
/trunk/main/starmath/source/
H A Dmathtype.cxx247 switch(nChar) in LookupChar()
284 nChar = 0xDF; in LookupChar()
290 nChar = 0x3b1; in LookupChar()
296 nChar = 0x3b2; in LookupChar()
302 nChar = 0x3bb; in LookupChar()
308 nChar = 0x3bd; in LookupChar()
314 nChar = 0x3c1; in LookupChar()
320 nChar = 0x394; in LookupChar()
326 nChar = '\''; in LookupChar()
3038 nChar = nChar8; in HandleChar()
[all …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx884 sal_Unicode nChar = data[(len - 1) * 2] + (data[(len - 1) * 2 + 1] << 8); in utext() local
885 if (nChar == 0x7) in utext()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5441 sal_Unicode nChar,*pBuf = new sal_Unicode[ ( nMaxLen >> 1 ) + 1 ]; in Init() local
5458 nChar = *pPtr; in Init()
5459 if ( !nChar ) in Init()
5461 if ( ( nChar & 0xff00 ) == 0xf000 ) // in this special case we got a symbol in Init()
5463 else if ( nChar == 0xd ) in Init()
H A Dmsdffimp.cxx3707 sal_Unicode nChar = *pBuf++; in ReadObjText() local
3708 if ( nChar == 0xa ) in ReadObjText()
3714 else if ( nChar == 0xd ) in ReadObjText()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1386 for ( size_t nChar = 0; nChar < DllList.length(); pChar++,nChar++) in AddOrRemoveDllsToRegisterList() local
1388 if ( DllList[nChar] == ';') in AddOrRemoveDllsToRegisterList()
1391 *pChar = DllList[nChar]; in AddOrRemoveDllsToRegisterList()
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx192 sal_Unicode nChar = sTmp.GetChar( 0 ); in IMPL_LINK() local
193 if((sTmp.Len()== 1 && nChar == '-') || in IMPL_LINK()
194 (nChar != '-' && ((nChar < '0') || (nChar > '9') ) )) ////modify in IMPL_LINK()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx829 static int lcl_gethex( int nChar ) in lcl_gethex() argument
831 if( nChar >= '0' && nChar <= '9' ) in lcl_gethex()
832 return nChar - '0'; in lcl_gethex()
833 else if( nChar >= 'a' && nChar <= 'f' ) in lcl_gethex()
834 return nChar - 'a' + 10; in lcl_gethex()
835 else if( nChar >= 'A' && nChar <= 'F' ) in lcl_gethex()
836 return nChar - 'A' + 10; in lcl_gethex()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2996 sal_Unicode nChar = rKEvt.GetCharCode(); in KeyInput() local
3112 sal_Bool bNewView = DataChanging( nChar ); in KeyInput()
3128 if ( bStartEdit && bCellHasPercentFormat && ((nChar >= '0' && nChar <= '9') || nChar == '-') ) in KeyInput()
3163 else if ( nAutoPar && nChar == ')' && CursorAtClosingPar() ) in KeyInput()
3186 if ( nChar && nChar != 8 && nChar != 127 && // no 'backspace', no 'delete' in KeyInput()
3198 if ( bUsed && nChar == '(' ) in KeyInput()

Completed in 374 milliseconds

1234567