/aoo41x/main/i18npool/source/breakiterator/ |
H A D | breakiterator_ctl.cxx | 69 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 D | breakiterator_unicode.cxx | 205 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()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgstrms.cxx | 857 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 …]
|
/aoo41x/main/basctl/source/basicide/ |
H A D | basicbox.cxx | 269 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()
|
/aoo41x/main/vcl/source/control/ |
H A D | spinfld.cxx | 533 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() 610 … nDone = 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 D | lstbox.cxx | 949 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() 1024 … nDone = 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 D | combobox.cxx | 825 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() 895 … nDone = 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 D | spinbtn.cxx | 510 long nDone = 0; in PreNotify() local 543 return nDone ? nDone : Control::PreNotify(rNEvt); in PreNotify()
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationDesignView.cxx | 122 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()
|
/aoo41x/main/svtools/source/table/ |
H A D | tabledatawindow.cxx | 227 long nDone = 0; in Notify() local 236 …nDone = HandleScrollCommand( rCEvt, m_rTableControl.getHorzScrollbar(), m_rTableControl.getVertScr… in Notify() 240 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
|
/aoo41x/main/store/source/ |
H A D | lockbyte.cxx | 415 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()
|
/aoo41x/main/store/workben/ |
H A D | t_store.cxx | 395 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 D | t_page.cxx | 1078 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()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | DialogListBox.cxx | 319 long nDone = 0; in Notify() local 328 nDone = HandleScrollCommand( rCEvt, mpHScrollBar, mpVScrollBar ); in Notify() 333 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 432 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()
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 309 long nDone = 0; in Notify() local 313 nDone = m_pImpl->HandleCommand( rEvent ); in Notify() 315 return nDone ? nDone : Control::Notify( _rNEvt ); in Notify()
|
/aoo41x/main/vcl/source/app/ |
H A D | session.cxx | 308 int nRequested = 0, nDone = 0; in interactionDone() local 318 nDone++; in interactionDone() 320 if( nDone == nRequested && nDone > 0 ) in interactionDone()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | brwview.cxx | 348 long nDone = 0L; in PreNotify() local 365 nDone = 1L; in PreNotify() 369 return nDone ? nDone : ODataView::PreNotify(rNEvt); in PreNotify()
|
/aoo41x/main/svtools/source/edit/ |
H A D | svmedit.cxx | 1470 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()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 132 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()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textbreakuphelper.cxx | 217 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()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galbrws1.cxx | 125 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawvie4.cxx | 294 long nDone = 0; in SetMarkedOriginalSize() local 368 ++nDone; in SetMarkedOriginalSize() 372 if (nDone) in SetMarkedOriginalSize()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 1832 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 …]
|
/aoo41x/main/i18npool/inc/ |
H A D | breakiterator_ctl.hxx | 41 sal_Int32& nDone) throw(com::sun::star::uno::RuntimeException); 44 sal_Int32& nDone) throw(com::sun::star::uno::RuntimeException);
|