Home
last modified time | relevance | path

Searched refs:nChar (Results 126 – 150 of 154) sorted by relevance

1234567

/trunk/main/sw/source/filter/ww8/
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 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()
H A Dwrtww8.hxx753 virtual sal_uLong ReplaceCr( sal_uInt8 nChar ) = 0;
1051 virtual sal_uLong ReplaceCr( sal_uInt8 nChar );
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2505 short nChar = aLongName(n-1); in MakeShortName()
2506 if ( nChar < 32 || nChar >= 127 ) in MakeShortName()
H A Durlobj.cxx2190 sal_uInt32 nChar = INetMIME::toLowerCase(*p++); in getPrefix() local
2191 while (pFirst <= pLast && sal_uChar(pFirst->m_pPrefix[i]) < nChar) in getPrefix()
2193 while (pFirst <= pLast && sal_uChar(pLast->m_pPrefix[i]) > nChar) in getPrefix()
/trunk/main/editeng/source/editeng/
H A Deditobj2.hxx92 XEditAttribute* FindAttrib( sal_uInt16 nWhich, sal_uInt16 nChar ) const;
H A Deditdoc.cxx562 sal_uInt16 EditLineList::FindLine( sal_uInt16 nChar, sal_Bool bInclEnd ) in FindLine() argument
567 if ( ( bInclEnd && ( pLine->GetEnd() >= nChar ) ) || in FindLine()
568 ( pLine->GetEnd() > nChar ) ) in FindLine()
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 Deditdoc.hxx542 sal_uInt16 FindLine( sal_uInt16 nChar, sal_Bool bInclEnd );
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1256 static bool lcl_IsSpecialCharacter(sal_Unicode nChar) in lcl_IsSpecialCharacter() argument
1258 switch (nChar) in lcl_IsSpecialCharacter()
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx108 SAL_DLLPRIVATE void ImplSetCursorPos( xub_StrLen nChar, sal_Bool bSelect );
/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/filter/source/flash/
H A Dswfwriter.hxx164 sal_uInt16 getGlyph( sal_uInt16 nChar, VirtualDevice* pVDev );
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx482 sal_Char nChar = ( i < aFontName.Len() ) ? aFontName.GetChar( i ) : 0; in WMFRecord_CreateFontIndirect() local
483 *pWMF << nChar; in WMFRecord_CreateFontIndirect()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9799 int nChar = 0; in writeBitmapObject() local
9804 m_pEncryptionBuffer[nChar++] = rColor.GetRed(); in writeBitmapObject()
9805 m_pEncryptionBuffer[nChar++] = rColor.GetGreen(); in writeBitmapObject()
9806 m_pEncryptionBuffer[nChar++] = rColor.GetBlue(); in writeBitmapObject()
9809 rtl_cipher_encodeARCFOUR( m_aCipher, m_pEncryptionBuffer, nChar, m_pEncryptionBuffer, nChar ); in writeBitmapObject()
9811 nChar = 0; in writeBitmapObject()
9814 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
9815 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
9816 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx1238 sal_Int16 nChar = (sal_Int16)aValue[ 0 ]; in endElement() local
1240 makeAny( nChar ) ); in endElement()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1774 aStat[n++].Value <<= (sal_Int32)rStat.nChar; in UpdateDocStat()
1960 if ( 0 != pDocStat->nChar ) in ResetModified()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3660 int nChar = 1; in createFontSubset() local
3675 nChar++; in createFontSubset()
3678 nGlyphs = nChar; // either input value or increased by one in createFontSubset()
/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 Descherex.cxx204 sal_uInt16 nChar = (sal_uInt16)rString[ i ]; in AddOpt() local
205 pBuf[ j++ ] = (sal_uInt8)nChar; in AddOpt()
206 pBuf[ j++ ] = (sal_uInt8)( nChar >> 8 ); in AddOpt()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx601 sal_Unicode PPTSubstitute( sal_uInt16 nFont, sal_Unicode nChar,
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx356 &SwDocStat::nWord, &SwDocStat::nChar in SwCalc()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx298 KeyAlternate( sal_uInt16 nKey, sal_Unicode nChar = 0 ) : nKeyCode( nKey ), nCharCode( nChar ) {} in KeyAlternate()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3131 KeyAlternate( sal_uInt16 nKey, sal_Unicode nChar = 0 ) : nKeyCode( nKey ), nCharCode( nChar ) {} in KeyAlternate()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx771 case DS_CHAR: nVal = rDStat.nChar; break; in Expand()

Completed in 401 milliseconds

1234567