Home
last modified time | relevance | path

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

12

/aoo4110/main/i18npool/source/breakiterator/
H A Dbreakiterator_ctl.cxx69 nDone = 0; in previousCharacters()
75 nCharacterIteratorMode, nCount, nDone); in previousCharacters()
77 nCount--; nDone++; in previousCharacters()
83 nDone = (nStartPos > nCount) ? nCount : nStartPos; in previousCharacters()
84 nStartPos -= nDone; in previousCharacters()
92 sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone) in nextCharacters() argument
97 nDone = 0; in nextCharacters()
103 nCharacterIteratorMode, nCount, nDone); in nextCharacters()
105 nCount--; nDone++; in nextCharacters()
111 nDone = (len - nStartPos > nCount) ? nCount : len - nStartPos; in nextCharacters()
[all …]
H A Dbreakiterator_unicode.cxx205 sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in nextCharacters() argument
210 for (nDone = 0; nDone < nCount; nDone++) { in nextCharacters()
216 for (nDone = 0; nDone < nCount && nStartPos < Text.getLength(); nDone++) in nextCharacters()
224 sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in previousCharacters() argument
229 for (nDone = 0; nDone < nCount; nDone++) { in previousCharacters()
235 for (nDone = 0; nDone < nCount && nStartPos > 0; nDone++) in previousCharacters()
/aoo4110/main/sot/source/sdstor/
H A Dstgstrms.cxx857 sal_Int32 nDone = 0; in Read() local
892 nDone += nRes; in Read()
903 return nDone; in Read()
911 sal_Int32 nDone = 0; in Write() local
966 return nDone; in Write()
1011 short nDone = 0; in Read() local
1023 nDone = nDone + nRes; in Read()
1035 return nDone; in Read()
1042 short nDone = 0; in Write() local
1066 nDone = nDone + nRes; in Write()
[all …]
/aoo4110/main/basctl/source/basicide/
H A Dbasicbox.cxx269 long nDone = 0; in PreNotify() local
279 nDone = 1; in PreNotify()
287 nDone = 1; in PreNotify()
309 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()
498 long nDone = 0; in PreNotify() local
507 nDone = 1; in PreNotify()
514 nDone = 1; in PreNotify()
526 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()
/aoo4110/main/vcl/source/control/
H A Dspinfld.cxx533 long nDone = 0; in Notify() local
547 nDone = 1; in Notify()
556 nDone = 1; in Notify()
562 nDone = 1; in Notify()
571 nDone = 1; in Notify()
580 nDone = 1; in Notify()
606 nDone = 1; in Notify()
610nDone = 0; // don't eat this event, let the default handling happen (i.e. scroll the context) in Notify()
614 return nDone ? nDone : Edit::Notify( rNEvt ); in Notify()
907 long nDone = 0; in PreNotify() local
[all …]
H A Dlstbox.cxx949 long nDone = 0; in PreNotify() local
966 nDone = 1; in PreNotify()
970 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in PreNotify()
980 nDone = 1; in PreNotify()
984 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in PreNotify()
993 nDone = 1; in PreNotify()
1000 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in PreNotify()
1020 nDone = mpImplLB->HandleWheelAsCursorTravel( *rNEvt.GetCommandEvent() ); in PreNotify()
1024nDone = 0; // don't eat this event, let the default handling happen (i.e. scroll the context) in PreNotify()
1029 return nDone ? nDone : Control::PreNotify( rNEvt ); in PreNotify()
H A Dcombobox.cxx825 long nDone = 0; in Notify() local
848 nDone = 1; in Notify()
853 nDone = 1; in Notify()
857 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in Notify()
867 nDone = 1; in Notify()
891 nDone = mpImplLB->HandleWheelAsCursorTravel( *rNEvt.GetCommandEvent() ); in Notify()
895nDone = 0; // don't eat this event, let the default handling happen (i.e. scroll the context) in Notify()
903 return nDone ? nDone : Edit::Notify( rNEvt ); in Notify()
H A Dspinbtn.cxx510 long nDone = 0; in PreNotify() local
543 return nDone ? nDone : Control::PreNotify(rNEvt); in PreNotify()
/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRelationDesignView.cxx122 long nDone = 0L; in PreNotify() local
128 nDone = 1L; in PreNotify()
131 if(!nDone) in PreNotify()
132 nDone = OJoinDesignView::PreNotify(rNEvt); in PreNotify()
133 return nDone; in PreNotify()
/aoo4110/main/svtools/source/table/
H A Dtabledatawindow.cxx227 long nDone = 0; in Notify() local
236nDone = HandleScrollCommand( rCEvt, m_rTableControl.getHorzScrollbar(), m_rTableControl.getVertScr… in Notify()
240 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
/aoo4110/main/store/source/
H A Dlockbyte.cxx415 sal_uInt64 nDone = 0; in readAt_Impl() local
416 oslFileError result = osl_readFileAt (m_hFile, nOffset, pBuffer, nBytes, &nDone); in readAt_Impl()
419 if (nDone != nBytes) in readAt_Impl()
420 return (nDone != 0) ? store_E_CantRead : store_E_NotExists; in readAt_Impl()
426 sal_uInt64 nDone = 0; in writeAt_Impl() local
427 oslFileError result = osl_writeFileAt (m_hFile, nOffset, pBuffer, nBytes, &nDone); in writeAt_Impl()
430 if (nDone != nBytes) in writeAt_Impl()
/aoo4110/main/store/workben/
H A Dt_store.cxx395 sal_uInt32 nDone = 0; in main() local
399 0, pBuffer, sizeof(pBuffer), nDone); in main()
413 nOffset, pBuffer, sizeof(pBuffer), nDone); in main()
419 if (nDone == 0) in main()
421 nOffset += nDone; in main()
H A Dt_page.cxx1078 sal_uInt64 nDone = 0; in peekAt_Impl() local
1079 oslFileError result = osl_readFileAt (m_hFile, nOffset, pBuffer, nBytes, &nDone); in peekAt_Impl()
1082 if (nDone != nBytes) in peekAt_Impl()
1083 return (nDone != 0) ? store_E_CantRead : store_E_NotExists; in peekAt_Impl()
1088 sal_uInt64 nDone = 0; in pokeAt_Impl() local
1089 oslFileError result = osl_writeFileAt (m_hFile, nOffset, pBuffer, nBytes, &nDone); in pokeAt_Impl()
1092 if (nDone != nBytes) in pokeAt_Impl()
/aoo4110/main/sd/source/ui/animations/
H A DDialogListBox.cxx319 long nDone = 0; in Notify() local
328 nDone = HandleScrollCommand( rCEvt, mpHScrollBar, mpVScrollBar ); in Notify()
333 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
/aoo4110/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx432 long nDone = 0; in PreNotify() local
439 nDone = 1; in PreNotify()
480 nDone = 1; in PreNotify()
484 return nDone ? nDone : MultiListBox::PreNotify(rEvt); in PreNotify()
/aoo4110/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx309 long nDone = 0; in Notify() local
313 nDone = m_pImpl->HandleCommand( rEvent ); in Notify()
315 return nDone ? nDone : Control::Notify( _rNEvt ); in Notify()
/aoo4110/main/vcl/source/app/
H A Dsession.cxx308 int nRequested = 0, nDone = 0; in interactionDone() local
318 nDone++; in interactionDone()
320 if( nDone == nRequested && nDone > 0 ) in interactionDone()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx348 long nDone = 0L; in PreNotify() local
365 nDone = 1L; in PreNotify()
369 return nDone ? nDone : ODataView::PreNotify(rNEvt); in PreNotify()
/aoo4110/main/svtools/source/edit/
H A Dsvmedit.cxx1470 long nDone = 0; in Notify() local
1473 nDone = pImpSvMEdit->HandleCommand( *rNEvt.GetCommandEvent() ); in Notify()
1475 return nDone ? nDone : Edit::Notify( rNEvt ); in Notify()
1480 long nDone = 0; in PreNotify() local
1498 nDone = 1; in PreNotify()
1561 nDone = 0; in PreNotify()
1568 return nDone ? nDone : Edit::PreNotify( rNEvt ); in PreNotify()
/aoo4110/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx132 sal_Int32 nDone; in implGetGlyphBoundary() local
133 …Characters( sText, nIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, nDone ); in implGetGlyphBoundary()
134 if ( nDone != 0 ) in implGetGlyphBoundary()
135 …cters( sText, nStartIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, nDone ); in implGetGlyphBoundary()
136 …cters( sText, nStartIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, nDone ); in implGetGlyphBoundary()
137 if ( nDone != 0 ) in implGetGlyphBoundary()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dtextbreakuphelper.cxx217 sal_Int32 nDone; in breakup() local
218 …(rTxt, nTextPosition, rLocale, ::com::sun::star::i18n::CharacterIteratorMode::SKIPCELL, 0, nDone)); in breakup()
227 …extCharacters(rTxt, a, rLocale, ::com::sun::star::i18n::CharacterIteratorMode::SKIPCELL, 1, nDone); in breakup()
/aoo4110/main/svx/source/gallery2/
H A Dgalbrws1.cxx125 long nDone = 0; in PreNotify() local
139 nDone = static_cast< GalleryBrowser1* >( GetParent() )->KeyInput( *pKEvt, this ); in PreNotify()
142 return( nDone ? nDone : ListBox::PreNotify( rNEvt ) ); in PreNotify()
/aoo4110/main/sc/source/ui/view/
H A Ddrawvie4.cxx294 long nDone = 0; in SetMarkedOriginalSize() local
368 ++nDone; in SetMarkedOriginalSize()
372 if (nDone) in SetMarkedOriginalSize()
/aoo4110/main/sfx2/source/appl/
H A Dnewhelp.cxx1832 long nDone = 0; in PreNotify() local
1850 nDone = 1; in PreNotify()
1855 nDone = 1; in PreNotify()
1866 nDone = 1; in PreNotify()
1875 return nDone ? nDone : Window::PreNotify( rNEvt ); in PreNotify()
2571 long nDone = 0; in PreNotify() local
2653 nDone = 1; in PreNotify()
2665 nDone = 1; in PreNotify()
2671 nDone = 1; in PreNotify()
2676 nDone = 1; in PreNotify()
[all …]
/aoo4110/main/i18npool/inc/
H A Dbreakiterator_ctl.hxx41 sal_Int32& nDone) throw(com::sun::star::uno::RuntimeException);
44 sal_Int32& nDone) throw(com::sun::star::uno::RuntimeException);

Completed in 171 milliseconds

12