Home
last modified time | relevance | path

Searched refs:nCheckPos (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/svl/source/numbers/
H A Dzforlist.cxx430 if ( nCheckPos != 0 ) in ReplaceSystemCL()
477 xub_StrLen& nCheckPos, in PutEntry() argument
497 nCheckPos, in PutEntry()
1580 nCheckPos, in GetPreviewString()
1764 nCheckPos, in TestNewString()
1805 xub_StrLen nCheckPos = 0; in ImpInsertFormat() local
1809 nCheckPos, in ImpInsertFormat()
1970 xub_StrLen nCheckPos = 0; in GetFormatSpecialInfo() local
1978 if ( nCheckPos == 0 ) in GetFormatSpecialInfo()
1988 return nCheckPos; in GetFormatSpecialInfo()
[all …]
H A Dzformat.cxx648 nCheckPos = 0; in SvNumberformat()
677 nCheckPos = nPosOld; in SvNumberformat()
711 nCheckPos = nPos; in SvNumberformat()
725 nCheckPos = nPosOld; in SvNumberformat()
763 nCheckPos = nPosOld; in SvNumberformat()
925 nCheckPos = nPosOld; in SvNumberformat()
934 if ( bCancel && !nCheckPos ) in SvNumberformat()
957 if ( bCondition && !nCheckPos ) in SvNumberformat()
1549 xub_StrLen nCheckPos = 0; in Load() local
1551 nCheckPos, eLnge, bStandard ); in Load()
[all …]
H A Dnumfmuno.cxx515 xub_StrLen nCheckPos = 0; in addNew() local
517 sal_Bool bOk = pFormatter->PutEntry( aFormStr, nCheckPos, nType, nKey, eLang ); in addNew()
520 else if (nCheckPos) in addNew()
547 xub_StrLen nCheckPos = 0; in addNewConverted() local
549 …sal_Bool bOk = pFormatter->PutandConvertEntry( aFormStr, nCheckPos, nType, nKey, eLang, eNewLang ); in addNewConverted()
552 else if (nCheckPos) in addNewConverted()
/trunk/main/l10ntools/source/
H A Dtagtest.cxx90 sal_uInt16 nCheckPos = nLastPos; in SplitTag() local
104 nCheckPos = aTokenString.SearchChar( aDelims.GetBuffer(), nLastPos ); in SplitTag()
105 while ( nCheckPos != STRING_NOTFOUND && !( aState == TC_FINISHED || aState == TC_ERROR ) ) in SplitTag()
107 aPortion = aTokenString.Copy( nLastPos, nCheckPos-nLastPos ); in SplitTag()
109 if ( aTokenString.GetChar( nCheckPos ) == '\\' ) in SplitTag()
110 nCheckPos++; in SplitTag()
112 cDelim = aTokenString.GetChar( nCheckPos ); in SplitTag()
113 nCheckPos++; in SplitTag()
370 nLastPos = nCheckPos; in SplitTag()
377 nCheckPos = aTokenString.SearchChar( aDelims.GetBuffer(), nLastPos ); in SplitTag()
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx674 sal_uInt16 nCheckPos; in SetFormatter() local
676 pFormatter->PutandConvertEntry(sOldFormat, nCheckPos, nType, nDestKey, aOldLang, aNewLang); in SetFormatter()
702 sal_uInt16 nCheckPos; in SetFormat() local
705 if (!ImplGetFormatter()->PutEntry(rFormat, nCheckPos, nType, nNewKey, eLang)) in SetFormat()
749 sal_uInt16 nCheckPos; in SetThousandsSep() local
752 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetThousandsSep()
793 sal_uInt16 nCheckPos; in SetDecimalDigits() local
796 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetDecimalDigits()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx464 long nCheckPos = nRPos + GetLineHeight( pLine ); in CollectTableRowsCols() local
471 SwWriteTableRow aRowCheckPos(nCheckPos,bUseLayoutHeights); in CollectTableRowsCols()
511 sal_uInt32 nCheckPos = nCPos + GetBoxWidth( pBox ); in CollectTableRowsCols() local
514 nEndCPos = nCheckPos; in CollectTableRowsCols()
518 ASSERT( SwWriteTableCol(nCheckPos) == in CollectTableRowsCols()
528 ASSERT( SwWriteTableCol(nCheckPos) == in CollectTableRowsCols()
/trunk/main/basic/source/sbx/
H A Dsbxdate.cxx97 xub_StrLen nCheckPos = 0; in ImpGetDate() local
122 pFormatter->PutandConvertEntry( aStr, nCheckPos, nType, in ImpGetDate()
253 xub_StrLen nCheckPos = 0; in ImpPutDate() local
288 nCheckPos, in ImpPutDate()
H A Dsbxscan.cxx752 xub_StrLen nCheckPos = 0; in Format() local
773 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
790 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
801 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
836 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx428 xub_StrLen nCheckPos; in GetTableDataOptionsValNum() local
431 rFormatter.PutEntry( aFormat, nCheckPos, nType, nNumForm, eNumLang ); in GetTableDataOptionsValNum()
433 rFormatter.PutandConvertEntry( aFormat, nCheckPos, nType, nNumForm, in GetTableDataOptionsValNum()
/trunk/main/editeng/source/items/
H A Dflditem.cxx644 xub_StrLen nCheckPos; in GetFormatted() local
647 nCheckPos, nType, nFormatKey, LANGUAGE_ENGLISH_US, eLang ); in GetFormatted()
648 DBG_ASSERT( nCheckPos == 0, "SVXTIMEFORMAT_12_HMSH: could not insert format code" ); in GetFormatted()
649 if ( nCheckPos ) in GetFormatted()
/trunk/main/sc/source/core/tool/
H A Dzforauto.cxx99 xub_StrLen nCheckPos; in GetFormatIndex() local
101 eSysLnge, nType, bNewInserted, nCheckPos); in GetFormatIndex()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx175 sal_uInt16 nCheckPos = GetFieldSelPos( pSubTotals[i] ); in DoReset() local
176 sal_uInt16* pFunction = (sal_uInt16*)aLbColumns.GetEntryData( nCheckPos ); in DoReset()
178 aLbColumns.CheckEntryPos( nCheckPos ); in DoReset()
/trunk/main/basic/source/runtime/
H A Druntime.cxx383 xub_StrLen nCheckPos = 0; short nType; in PrepareNumberFormatter() local
403 rpNumberFormatter->PutandConvertEntry( aStr, nCheckPos, nType, in PrepareNumberFormatter()
405 nCheckPos = 0; in PrepareNumberFormatter()
409 rpNumberFormatter->PutandConvertEntry( aStr, nCheckPos, nType, in PrepareNumberFormatter()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx413 sal_Bool PutEntry( String& rString, xub_StrLen& nCheckPos, short& nType, sal_uInt32& nKey,
419 sal_Bool PutandConvertEntry( String& rString, xub_StrLen& nCheckPos,
427 sal_Bool PutandConvertEntrySystem( String& rString, xub_StrLen& nCheckPos,
H A Dzformat.hxx184 xub_StrLen& nCheckPos,
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx170 sal_uInt32 nCheckPos = in SwXMLTableLines_Impl() local
174 nEndCPos = nCheckPos; in SwXMLTableLines_Impl()
189 ASSERT( SwXMLTableColumn_Impl(nCheckPos) == in SwXMLTableLines_Impl()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx744 xub_StrLen nCheckPos; in DrawString() local
746 eSys, nType, bNew, nCheckPos); in DrawString()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx818 sal_uInt16 nCheckPos = 0; in MSDateTimeFormatToSwFormat() local
1020 pFormatter->PutEntry(rParams, nCheckPos, nType, nKey, rLang); in MSDateTimeFormatToSwFormat()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1746 xub_StrLen nCheckPos; in Sylk2Doc() local
1750 aCode, nCheckPos, nType, nKey, LANGUAGE_ENGLISH_US, in Sylk2Doc()
1752 if ( nCheckPos ) in Sylk2Doc()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx751 xub_StrLen nCheckPos; in UpdateToSet() local
753 eSys, nType, bNew, nCheckPos); in UpdateToSet()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx156 sal_uInt16 nCheckPos; member in Menu
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1317 xub_StrLen nCheckPos; in GetFormatCode() local
1321 … mxFormatter->PutandConvertEntry( aTemp, nCheckPos, nType, nKey, eLang, LANGUAGE_ENGLISH_US ); in GetFormatCode()
1322 …DBG_ASSERT( nCheckPos == 0, "XclExpNumFmtBuffer::WriteFormatRecord - format code not convertible" … in GetFormatCode()
H A Dxistyle.cxx602 xub_StrLen nCheckPos; in CreateScFormats() local
608 rFormatter.PutandConvertEntry( aFormat, nCheckPos, in CreateScFormats()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1920 xub_StrLen nCheckPos; in Load() local
1923 rNFmtr.PutEntry( sTmpFmt, nCheckPos, nType, in Load()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2526 nCheckPos = (sal_uInt16)nExtra; in ImplCalcSize()
2530 nImagePos = nCheckPos; in ImplCalcSize()
2540 nImagePos = nCheckPos; in ImplCalcSize()
2733 …Rectangle aOuterCheckRect( Point( aPos.X()+nCheckPos, aPos.Y() ), Size( pData->aSz.Height(), pData… in ImplPaint()

Completed in 266 milliseconds

12