Home
last modified time | relevance | path

Searched refs:nDone (Results 26 – 44 of 44) sorted by relevance

12

/aoo4110/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx56 … const Locale &rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in nextCharacters() argument
61 … return LBI->nextCharacters( Text, nStartPos, rLocale, nCharacterIteratorMode, nCount, nDone); in nextCharacters()
65 … const Locale& rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in previousCharacters() argument
70 … return LBI->previousCharacters( Text, nStartPos, rLocale, nCharacterIteratorMode, nCount, nDone); in previousCharacters()
/aoo4110/main/toolkit/source/controls/
H A Ddialogcontrol.cxx433 sal_Int16 nDone = -1; in execute() local
440 nDone = xDlg->execute(); in execute()
444 return nDone; in execute()
/aoo4110/main/i18npool/inc/
H A Dbreakiterator_unicode.hxx48 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
51 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
H A DbreakiteratorImpl.hxx59 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
62 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
/aoo4110/main/basctl/source/basicide/
H A Dbastypes.cxx147 long nDone = 0; in Notify() local
166 nDone = 1; in Notify()
173 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
/aoo4110/main/sw/source/core/docnode/
H A Dnode.cxx1235 sal_Int32 nDone = 0; in GoNext() local
1241 nItrMode, 1, nDone ); in GoNext()
1253 if( 1 == nDone ) in GoNext()
1283 sal_Int32 nDone = 0; in GoPrevious() local
1289 nItrMode, 1, nDone ); in GoPrevious()
1301 if( 1 == nDone ) in GoPrevious()
/aoo4110/main/vcl/source/control/
H A Dbutton.cxx1680 long nDone = 0; in PreNotify() local
1741 return nDone ? nDone : Button::PreNotify(rNEvt); in PreNotify()
2907 long nDone = 0; in PreNotify() local
2929 return nDone ? nDone : Button::PreNotify(rNEvt); in PreNotify()
3904 long nDone = 0; in PreNotify() local
3926 return nDone ? nDone : Button::PreNotify(rNEvt); in PreNotify()
H A Dilstbox.cxx2674 long nDone = 0; in Notify() local
2683 nDone = HandleScrollCommand( rCEvt, mpHScrollBar, mpVScrollBar ); in Notify()
2688 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
2844 long nDone = 0; in PreNotify() local
2861 return nDone ? nDone : Control::PreNotify(rNEvt); in PreNotify()
H A Dscrbar.cxx1387 long nDone = 0; in PreNotify() local
1425 return nDone ? nDone : Control::PreNotify(rNEvt); in PreNotify()
H A Dtabctrl.cxx1527 long nDone = 0; in PreNotify() local
1571 return nDone ? nDone : Control::PreNotify(rNEvt); in PreNotify()
/aoo4110/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx253 sal_Int32 nDone(0L); in getNextGlyphLen() local
255 rFontLocale, CharacterIteratorMode::SKIPCELL, 1, nDone) - nPosition; in getNextGlyphLen()
/aoo4110/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1123 sal_Int32 nDone; in processBasePrimitive2D() local
1124 …(rTxt, nTextPosition, rLocale, ::com::sun::star::i18n::CharacterIteratorMode::SKIPCELL, 0, nDone)); in processBasePrimitive2D()
1137 …extCharacters(rTxt, i, rLocale, ::com::sun::star::i18n::CharacterIteratorMode::SKIPCELL, 1, nDone); in processBasePrimitive2D()
/aoo4110/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl75 [in] long nCount, [out] long nDone );
91 [in] long nCount, [out] long nDone );
/aoo4110/main/i18npool/source/search/
H A Dtextsearch.cxx211 sal_Int32 nDone; in isCellStart() local
213 aSrchPara.Locale, CharacterIteratorMode::SKIPCELL, 1, nDone); in isCellStart()
/aoo4110/main/sc/source/ui/view/
H A Dgridwin.cxx254 long nDone = 0; in PreNotify() local
265 nDone = 1; in PreNotify()
270 nDone = 1; in PreNotify()
275 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx947 sal_Int32 nDone = 0; in GetGlyphBoundary() local
949 rText, nPos, aLocale, nIterMode, 1, nDone ); in GetGlyphBoundary()
951 rText, rBound.endPos, aLocale, nIterMode, 1, nDone ); in GetGlyphBoundary()
/aoo4110/main/sw/source/core/txtnode/
H A Dfntcache.cxx2265 sal_Int32 nDone = 0; in GetCrsrOfst() local
2292 nIdx, pBreakIt->GetLocale( aLang ), nItrMode, 1, nDone ); in GetCrsrOfst()
/aoo4110/main/sd/source/core/
H A DCustomAnimationEffect.cxx360 sal_Int32 nDone; in getNumberOfSubitems() local
363 … nPos = xBI->nextCharacters(aText, nPos, aLocale, i18n::CharacterIteratorMode::SKIPCELL, 0, nDone); in getNumberOfSubitems()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit3.cxx4719 sal_Int32 nDone; in ImplFillTextMarkingVector() local
4720 …lBreak(_xBI->nextCharacters(rTxt, nIdx, rLocale, i18n::CharacterIteratorMode::SKIPCELL, 0, nDone)); in ImplFillTextMarkingVector()
4733 …ellBreak = _xBI->nextCharacters(rTxt, i, rLocale, i18n::CharacterIteratorMode::SKIPCELL, 1, nDone); in ImplFillTextMarkingVector()

Completed in 218 milliseconds

12