Home
last modified time | relevance | path

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

12

/trunk/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()
H A Dbastypes.cxx147 long nDone = 0; in Notify() local
166 nDone = 1; in Notify()
173 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4786 sal_Int32 nDone; in ImplFillTextMarkingVector() local
4787 …lBreak(_xBI->nextCharacters(rTxt, nIdx, rLocale, i18n::CharacterIteratorMode::SKIPCELL, 0, nDone)); in ImplFillTextMarkingVector()
4800 …ellBreak = _xBI->nextCharacters(rTxt, i, rLocale, i18n::CharacterIteratorMode::SKIPCELL, 1, nDone); in ImplFillTextMarkingVector()
/trunk/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()
/trunk/main/i18npool/inc/
H A DbreakiteratorImpl.hxx59 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
62 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
H A Dbreakiterator_ctl.hxx41 sal_Int32& nDone) throw(com::sun::star::uno::RuntimeException);
44 sal_Int32& nDone) throw(com::sun::star::uno::RuntimeException);
H A Dbreakiterator_unicode.hxx48 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
51 sal_Int32& nDone ) throw(com::sun::star::uno::RuntimeException);
/trunk/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()
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()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx211 sal_Int32 nDone; in isCellStart() local
213 aSrchPara.Locale, CharacterIteratorMode::SKIPCELL, 1, nDone); in isCellStart()
/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl75 [in] long nCount, [out] long nDone );
91 [in] long nCount, [out] long nDone );
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx294 long nDone = 0; in SetMarkedOriginalSize() local
368 ++nDone; in SetMarkedOriginalSize()
372 if (nDone) in SetMarkedOriginalSize()
H A Dgridwin.cxx256 long nDone = 0; in PreNotify() local
267 nDone = 1; in PreNotify()
272 nDone = 1; in PreNotify()
277 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/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 …]
/trunk/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()

Completed in 192 milliseconds

12