Home
last modified time | relevance | path

Searched refs:nChar (Results 26 – 50 of 154) sorted by relevance

1234567

/trunk/main/sw/source/ui/cctrl/
H A Dswlbox.cxx192 sal_uInt16 nChar = rKEvt.GetCharCode(); in KeyInput() local
197 if(nChar == '/' || nChar == ' ' ) in KeyInput()
200 if(nChar == ':' || nChar == '\\' || nChar == '.' || nChar == ' ') in KeyInput()
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx377 sal_Unicode nChar = aNewFormat.charAt(nI); in ConvertMSFormatStringToSO() local
378 if (nChar == 'O') in ConvertMSFormatStringToSO()
383 else if (nChar == 'o') in ConvertMSFormatStringToSO()
388 else if ((nChar == 'A') && lcl_IsNotAM(sFormat, nI)) in ConvertMSFormatStringToSO()
393 else if ((nChar == 'g') || (nChar == 'G')) in ConvertMSFormatStringToSO()
395 else if ((nChar == 'a') && lcl_IsNotAM(sFormat, nI)) in ConvertMSFormatStringToSO()
397 else if (nChar == 'E') in ConvertMSFormatStringToSO()
410 else if (nChar == 'e') in ConvertMSFormatStringToSO()
423 else if (nChar == '/') in ConvertMSFormatStringToSO()
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx58 for( sal_uInt8 nChar = readuInt8(); !mbEof && (nChar > 0); readValue( nChar ) ) in readNulCharArray() local
59 aBuffer.append( static_cast< sal_Char >( nChar ) ); in readNulCharArray()
71 for( sal_uInt16 nChar = readuInt16(); !mbEof && (nChar > 0); readValue( nChar ) ) in readNulUnicodeArray() local
72 aBuffer.append( static_cast< sal_Unicode >( nChar ) ); in readNulUnicodeArray()
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx256 for ( sal_Int32 nChar=0; nChar<sVal.getLength(); nChar ++ ) in AppendToBuffer() local
258 if ( pChars[nChar] < 32 || pChars[nChar] == '"' ) in AppendToBuffer()
268 if ( nChar>0 ) in AppendToBuffer()
274 aArgumentBuffer.append( (sal_Int32) pChars[nChar] ); in AppendToBuffer()
281 if ( nChar>0 ) in AppendToBuffer()
290 aArgumentBuffer.append( pChars[nChar] ); in AppendToBuffer()
/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx107 sal_Unicode nChar = sHref[ nIndex2 ]; in HyperLinkContext() local
108 if ( ( nChar >= '0' ) && ( nChar <= '9' ) ) in HyperLinkContext()
117 sal_Unicode nChar = sHref[ nIndex2 + nLength ]; in HyperLinkContext() local
118 if ( ( nChar < '0' ) || ( nChar > '9' ) ) in HyperLinkContext()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx105 sal_Int32 nChar = 0; in getValueOf() local
108 pBuffer [nChar++] = '-'; in getValueOf()
114 pBuffer [nChar++] = '0'; in getValueOf()
115 return nChar; in getValueOf()
127 pBuffer [nChar++] = pInvBuffer [--nInvChar]; in getValueOf()
130 return nChar; in getValueOf()
H A Dglyphset.hxx71 sal_Bool GetCharID (sal_Unicode nChar,
73 sal_Bool LookupCharID (sal_Unicode nChar,
75 sal_Bool AddCharID (sal_Unicode nChar,
/trunk/main/i18npool/source/indexentry/
H A Dgenindex_data.cxx76 sal_uInt32 nChar = Ostr.iterateCodePoints(&nPos, 2); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
77 if (nChar > MAX_ADDRESS) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
78 …AX_ADDRESS 0x%x, Please increase MAX_ADDRESS", static_cast<long unsigned int>(nChar), MAX_ADDRESS); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
85 address[nChar]=idx; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
87 address[nChar]=result.getLength(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/sw/source/core/text/
H A Dtxttab.cxx634 KSHORT nChar = Width() / nCharWidth; in Paint() local
635 rInf.DrawText( aTxt.Fill( nChar, ' ' ), *this, 0, nChar, sal_True ); in Paint()
652 KSHORT nChar = Width() / nCharWidth; in Paint() local
654 ++nChar; // damit keine Luecken entstehen (Bug 13430) in Paint()
655 rInf.DrawText( aTxt.Fill( nChar, cFill ), *this, 0, nChar, sal_True ); in Paint()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx200 for( sal_uInt16 nChar = 0; nChar < nLen; ++nChar ) in lclCreateTextObject() local
203 if( nChar >= aNextRun.mnChar ) in lclCreateTextObject()
224 if( rString.GetText().GetChar( nChar ) == '\n' ) in lclCreateTextObject()
732 for( xub_StrLen nChar = 0; (nChar < nLen) && *(pChar + 1); ++nChar ) in DecodeUrl() local
H A Dxeroot.cxx270 for (xub_StrLen nChar = 0; nChar < aPass.getLength(); ++nChar ) in GenerateEncryptionData() local
271 pnPasswd[nChar] = aPass.getStr()[nChar]; in GenerateEncryptionData()
H A Dxestring.cxx251 void XclExpString::AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate ) in AppendFormat() argument
253 …DBG_ASSERT( maFormats.empty() || (maFormats.back().mnChar < nChar), "XclExpString::AppendFormat - … in AppendFormat()
256 maFormats.push_back( XclFormatRun( nChar, nFontIdx ) ); in AppendFormat()
456 sal_uInt16 nChar = *aIt; in WriteBufferToMem() local
457 *pnMem = static_cast< sal_uInt8 >( nChar ); in WriteBufferToMem()
461 *pnMem = static_cast< sal_uInt8 >( nChar >> 8 ); in WriteBufferToMem()
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx325 sal_Unicode nChar = data[n * 2] + (data[n * 2 + 1] << 8); in utext() local
326 if (nChar < 0xff && isprint(nChar)) in utext()
328 switch (nChar) in utext()
340 tmpStr += static_cast<char>(nChar); in utext()
345 snprintf(sBuffer, sizeof(sBuffer), "\\0x%04x", nChar); in utext()
/trunk/main/extensions/source/propctrlr/
H A Dnewdatatype.cxx67 sal_Unicode nChar = _rNameBase[ --nStripUntil ]; in NewDataTypeDialog() local
68 if ( ( nChar < '0' ) || ( nChar > '9' ) ) in NewDataTypeDialog()
70 if ( nChar == ' ' ) in NewDataTypeDialog()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1819 sal_uInt16 nChar; in PortionObj() local
1822 nChar = (sal_uInt16)pText[ i ]; in PortionObj()
1823 if ( nChar == 0xa ) in PortionObj()
1824 nChar++; in PortionObj()
1827 switch ( nChar ) in PortionObj()
1866 mpText[ i ] = nChar; in PortionObj()
4906 sal_uInt16 nChar; in ImplWritePage() local
4945 if ( nChar == 0xa ) in ImplWritePage()
4947 *mpStrm << nChar; in ImplWritePage()
5283 sal_Unicode nChar = aMediaURL[ i ]; in ImplWritePage() local
[all …]
/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1320 sal_uInt16 nChar = 0; in GetPropertyString() local
1321 rStrm >> nChar; in GetPropertyString()
1322 if( nChar > 0 ) in GetPropertyString()
1323 aBuffer.append( static_cast< sal_Unicode >( nChar ) ); in GetPropertyString()
/trunk/main/sax/source/tools/
H A Dconverter.cxx515 int lcl_gethex( int nChar ) in lcl_gethex() argument
517 if( nChar >= '0' && nChar <= '9' ) in lcl_gethex()
518 return nChar - '0'; in lcl_gethex()
519 else if( nChar >= 'a' && nChar <= 'f' ) in lcl_gethex()
520 return nChar - 'a' + 10; in lcl_gethex()
521 else if( nChar >= 'A' && nChar <= 'F' ) in lcl_gethex()
522 return nChar - 'A' + 10; in lcl_gethex()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx497 bool WW8DocumentImpl::isSpecial(sal_uInt32 nChar) in isSpecial() argument
501 if (nChar <= 8) in isSpecial()
503 else if (nChar >= 10) in isSpecial()
505 if (nChar == 12) in isSpecial()
507 else if (nChar <= 16) in isSpecial()
509 else if (nChar >= 22) in isSpecial()
511 if (nChar <= 30) in isSpecial()
513 else if (nChar >= 33) in isSpecial()
515 if (nChar <= 39) in isSpecial()
517 else if (nChar == 41) in isSpecial()
[all …]
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx198 sal_uInt16 TEParaPortion::GetLineNumber( sal_uInt16 nChar, sal_Bool bInclEnd ) in GetLineNumber() argument
203 if ( ( bInclEnd && ( pLine->GetEnd() >= nChar ) ) || in GetLineNumber()
204 ( pLine->GetEnd() > nChar ) ) in GetLineNumber()
211 DBG_ASSERT( nChar == maLines[ maLines.Count() - 1 ]->GetEnd(), "Index voll daneben!" ); in GetLineNumber()
/trunk/main/idl/source/cmptools/
H A Dlex.cxx256 int nChar; in GetNextChar() local
273 nChar = aBufStr.GetChar( (sal_uInt16)nBufPos++ ); in GetNextChar()
274 nColumn += nChar == '\t' ? nTabSize : 1; in GetNextChar()
275 return nChar; in GetNextChar()
/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/sc/source/filter/inc/
H A Dxistring.hxx52 …inline void AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx ) { AppendFormat( maFormat… in AppendFormat() argument
71 …static void AppendFormat( XclFormatRunVec& rFormats, sal_uInt16 nChar, sal_uInt16 nFontIdx…
/trunk/main/basic/source/sbx/
H A Dsbxbyte.cxx42 if( p->nChar > SbxMAXBYTE ) in ImpGetByte()
47 nRes = (sal_uInt8) p->nChar; in ImpGetByte()
201 aTmp.nChar = *p->pChar; goto ref; in ImpGetByte()
273 p->nChar = (xub_Unicode) n; break; in ImpPutByte()
/trunk/main/vcl/source/control/
H A Dedit.cxx1354 void Edit::ImplSetCursorPos( xub_StrLen nChar, sal_Bool bSelect ) in ImplSetCursorPos() argument
1357 aSelection.Max() = nChar; in ImplSetCursorPos()
1440 xub_StrLen nChar = ImplGetCharPos( rMEvt.GetPosPixel() ); in MouseButtonDown() local
1460 else if ( !rMEvt.IsShift() && HasFocus() && aSelection.IsInside( nChar ) ) in MouseButtonDown()
1463 ImplSetCursorPos( nChar, rMEvt.IsShift() ); in MouseButtonDown()
1480 xub_StrLen nChar = ImplGetCharPos( rMEvt.GetPosPixel() ); in MouseButtonUp() local
1481 ImplSetCursorPos( nChar, sal_False ); in MouseButtonUp()
1502 ImplSetCursorPos( nChar, sal_False ); in Tracking()
1515 ImplSetCursorPos( nChar, sal_True ); in Tracking()
2986 xub_StrLen nChar = ImplGetCharPos( aMousePos ); in dragGestureRecognized() local
[all …]
/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()

Completed in 172 milliseconds

1234567