Home
last modified time | relevance | path

Searched refs:nErrPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx1468 xub_StrLen nErrPos=0; in IMPL_LINK() local
1471 bAdded = pNumFmtShell->AddFormat( aFormat, nErrPos, in IMPL_LINK()
1485 if ( !nErrPos ) // Syntax ok? in IMPL_LINK()
1501 aEdFormat.SetSelection( Selection( (short)nErrPos, SELECTION_MAX ) ); in IMPL_LINK()
1538 aEdFormat.SetSelection( Selection( (short)nErrPos, SELECTION_MAX ) ); in IMPL_LINK()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1722 xub_StrLen nErrPos = 0; in CreateAndInsert() local
1724 sal_Bool bOk = pFormatter->PutEntry( aFormatStr, nErrPos, l_nType, nIndex, nFormatLang ); in CreateAndInsert()
1725 if ( !bOk && nErrPos == 0 && aFormatStr != String(sFormat) ) in CreateAndInsert()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2711 xub_StrLen nErrPos = 0; in SetNumFmtByStr() local
2713 bOk = pFormatter->PutEntry( aFormat, nErrPos, nType, nNumberFormat, eLanguage ); in SetNumFmtByStr()
2827 xub_StrLen nErrPos = 0; in ChangeNumFmtDecimals() local
2829 sal_Bool bOk = pFormatter->PutEntry( aNewPicture, nErrPos, in ChangeNumFmtDecimals()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx1563 xub_StrLen nErrPos; in ExecNumberFormat() local
1565 if( !pFormatter->PutEntry( aCode, nErrPos, nType, in ExecNumberFormat()

Completed in 54 milliseconds