Home
last modified time | relevance | path

Searched defs:nChar (Results 51 – 75 of 105) sorted by last modified time

12345

/trunk/main/tools/inc/tools/
H A Dinetmime.hxx652 inline bool INetMIME::isUSASCII(sal_uInt32 nChar) in isUSASCII()
658 inline bool INetMIME::isISO88591(sal_uInt32 nChar) in isISO88591()
664 inline bool INetMIME::isControl(sal_uInt32 nChar) in isControl()
676 inline bool INetMIME::isVisible(sal_uInt32 nChar) in isVisible()
682 inline bool INetMIME::isDigit(sal_uInt32 nChar) in isDigit()
694 inline bool INetMIME::isHexDigit(sal_uInt32 nChar) in isHexDigit()
700 inline bool INetMIME::isUpperCase(sal_uInt32 nChar) in isUpperCase()
706 inline bool INetMIME::isLowerCase(sal_uInt32 nChar) in isLowerCase()
712 inline bool INetMIME::isAlpha(sal_uInt32 nChar) in isAlpha()
743 inline int INetMIME::getWeight(sal_uInt32 nChar) in getWeight()
[all …]
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx191 sal_Unicode nVal, nChar; in ConvertWordDelimiter() local
/trunk/main/sw/source/ui/cctrl/
H A Dswlbox.cxx192 sal_uInt16 nChar = rKEvt.GetCharCode(); in KeyInput() local
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3203 for ( xub_StrLen nChar = 0; nChar < pPasswordItem->GetValue().Len(); ++nChar ) in InitStd97CodecUpdateMedium() local
H A Dwriterwordglue.cxx842 sal_Unicode nChar = rParams.GetChar(nI); in MSDateTimeFormatToSwFormat() local
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx600 sal_Unicode nChar = (sal_Unicode)sParam.ToInt32(); in MakeFieldInst() local
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1256 static bool lcl_IsSpecialCharacter(sal_Unicode nChar) in lcl_IsSpecialCharacter()
/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx273 void SwTxtIter::CharToLine(const xub_StrLen nChar) in CharToLine()
H A Dfrminf.cxx153 SwTwips SwTxtFrmInfo::GetCharPos( xub_StrLen nChar, sal_Bool bCenter ) const in GetCharPos()
/trunk/main/sw/inc/
H A Ddocstat.hxx41 sal_uLong nChar; member
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx1188 const sal_Unicode nChar = rString.GetChar( nLength - 1 ); in SvxUnoConvertResourceString() local
1200 const sal_Unicode nChar = rString.GetChar( nLength - 1 ); in SvxUnoConvertResourceString() local
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx691 sal_Unicode nChar = sTmp.GetChar( 0 ); in IMPL_LINK() local
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx482 sal_Char nChar = ( i < aFontName.Len() ) ? aFontName.GetChar( i ) : 0; in WMFRecord_CreateFontIndirect() local
H A Denhwmf.cxx1020 sal_uInt16 nChar; in ReadEnhWMF() local
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx530 sal_uInt16 nChar, sal_uInt16& LF, sal_uInt16& MaxGrad) in GetLineFeed()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx625 sal_uInt16 nChar = 0; in SetSelection() local
H A Dtextdata.cxx198 sal_uInt16 TEParaPortion::GetLineNumber( sal_uInt16 nChar, sal_Bool bInclEnd ) in GetLineNumber()
/trunk/main/svl/source/misc/
H A Dinettype.cxx1243 sal_uInt32 nChar = sal_uChar(rValue.GetChar(i)); in appendUSASCIIParameter() local
1258 sal_uInt32 nChar = sal_uChar(rValue.GetChar(i)); in appendUSASCIIParameter() local
1299 sal_uInt32 nChar = rValue.GetChar(i); in appendUSASCIIParameter() local
1314 sal_uInt32 nChar = rValue.GetChar(i); in appendUSASCIIParameter() local
/trunk/main/soltools/ldump/
H A Dldump.cxx216 int nChar = '@'; in Dump() local
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx844 sal_uInt16 nChar = 1; in Print() local
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2238 sal_Int32 nChar; in getUiNameFromPageApiNameImpl() local
2321 sal_Int32 nChar; in setName() local
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1819 sal_uInt16 nChar; in PortionObj() local
4906 sal_uInt16 nChar; in ImplWritePage() local
5283 sal_Unicode nChar = aMediaURL[ i ]; in ImplWritePage() local
/trunk/main/sc/source/filter/inc/
H A Dxistring.hxx52 …inline void AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx ) { AppendFormat( maFormat… in AppendFormat()
/trunk/main/sc/source/filter/excel/
H A Dxistring.cxx99 void XclImpString::AppendFormat( XclFormatRunVec& rFormats, sal_uInt16 nChar, sal_uInt16 nFontIdx ) in AppendFormat()
126 sal_uInt16 nChar, nFontIdx; in ReadFormats() local
135 sal_uInt8 nChar, nFontIdx; in ReadFormats() local
150 sal_uInt16 nChar, nFontIdx; in ReadObjFormats() local
H A Dxihelper.cxx200 for( sal_uInt16 nChar = 0; nChar < nLen; ++nChar ) in lclCreateTextObject() local
732 for( xub_StrLen nChar = 0; (nChar < nLen) && *(pChar + 1); ++nChar ) in DecodeUrl() local

Completed in 219 milliseconds

12345