/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 1535 if (aCount.nTables > 0) in Notify() 1538 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in Notify() 1622 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in getAccessibleAtPoint() 1647 …r( this, mpViewShell, sal_False, aCount.nBackShapes + aCount.nHeaders + aCount.nTables + aCount.nN… in getAccessibleAtPoint() 1693 nRet = aCount.GetTotal(); in getAccessibleChildCount() 1715 else if ( nIndex < aCount.nBackShapes + aCount.nHeaders ) in getAccessibleChild() 1725 else if ( nIndex < aCount.nBackShapes + aCount.nHeaders + aCount.nTables ) in getAccessibleChild() 1735 else if ( nIndex < aCount.nBackShapes + aCount.nHeaders + aCount.nNoteParagraphs ) in getAccessibleChild() 1739 …else if ( (nIndex < aCount.nBackShapes + aCount.nHeaders + aCount.nTables + aCount.nNoteParagraphs… in getAccessibleChild() 1750 …sal_Int32 nIdx(nIndex - (aCount.nBackShapes + aCount.nHeaders + aCount.nTables + aCount.nNoteParag… in getAccessibleChild() [all …]
|
/aoo4110/main/sw/source/core/except/ |
H A D | dbgloop.cxx | 49 aCount[i] = 0; in Reset() 62 aCount[1] = 0; in Push() 70 ASSERT( DBG_MAX_LOOP > aCount[nPtr], "DbgLoopStack::Push: loop detected" ); in Push() 71 if( DBG_MAX_LOOP > aCount[nPtr] ) in Push() 72 ++(aCount[nPtr]); in Push() 74 aCount[nPtr] = 0; in Push() 88 ASSERT( aCount[nPtr], "DbgLoopStack::Pop: can't dec the count" ); in Pop() 90 aCount[nPtr + 1] = 0; in Pop() 107 rOS << aCount[i] << " "; in Print()
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | list.cxx | 56 size_t aCount; member 92 pThis->aCount++; in appendPrim() 116 pThis->aCount++; in prependPrim() 127 pThis->aCount = 0; in listNewEmpty() 146 pThis->aCount = 0; in listNewCopy() 184 return pThis->aCount; in listCount() 190 return pThis->aCount == 0; in listIsEmpty() 333 pThis->aCount++; in listInsertAfter() 355 pThis->aCount++; in listInsertBefore() 381 pThis->aCount--; in listRemove() [all …]
|
/aoo4110/main/svtools/source/edit/ |
H A D | editsyntaxhighlighter.cxx | 72 sal_uInt16 aCount = 0; in DoBracketHilight() local 112 if (!aCount) in DoBracketHilight() 121 aCount--; in DoBracketHilight() 124 aCount++; in DoBracketHilight()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | AnnotationWin.cxx | 174 sal_uInt32 aCount = 1; // we start with 1, so we have to subtract one at the end again in CountFollowing() local 187 aCount++; in CountFollowing() 189 aPosition.nContent.GetIndex() + aCount, in CountFollowing() 195 return aCount - 1; in CountFollowing()
|
H A D | SidebarWin.cxx | 1304 sal_uInt32 aCount = MoveCaret(); in SwitchToFieldPos() local 1305 if (aCount) in SwitchToFieldPos() 1306 mrView.GetDocShell()->GetWrtShell()->SwCrsrShell::Right(aCount, 0, sal_False); in SwitchToFieldPos()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | findtxt.cxx | 191 xub_StrLen GetPostIt(xub_StrLen aCount,const SwpHints *pHts) in GetPostIt() argument 194 while (aCount) in GetPostIt() 202 aCount--; in GetPostIt() 203 if (!aCount) in GetPostIt()
|
/aoo4110/main/registry/source/ |
H A D | reflread.cxx | 944 sal_uInt16 aCount = 0; in getMethodParamCount() local 948 aCount = readUINT16(m_pIndex[index] + METHOD_OFFSET_PARAM_COUNT); in getMethodParamCount() 951 return aCount; in getMethodParamCount() 1009 sal_uInt16 aCount = 0; in getMethodExcCount() local 1013 …aCount = readUINT16(m_pIndex[index] + calcMethodParamIndex(readUINT16(m_pIndex[index] + METHOD_OFF… in getMethodExcCount() 1016 return aCount; in getMethodExcCount()
|
/aoo4110/main/sw/source/core/fields/ |
H A D | flddropdown.cxx | 127 sal_Int32 aCount = rItems.getLength(); in SetItems() local 128 for (int i = 0; i < aCount; i++) in SetItems()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbacomment.cxx | 85 sal_Int32 aCount = xAnnos->getCount(); in getAnnotationIndex() local 87 for ( ; aIndex < aCount ; aIndex++ ) in getAnnotationIndex()
|
/aoo4110/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 269 NSInteger aCount; in GetSpellFailure() local 270 …aNSStr startingAt:0 language:aLang wrap:sal_False inSpellDocumentWithTag:macTag wordCount:&aCount]; in GetSpellFailure()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | graphictools.cxx | 688 void SvtGraphicFill::setGradientStepCount( int aCount ) in setGradientStepCount() argument 690 maGradientStepCount = aCount; in setGradientStepCount()
|
/aoo4110/main/cui/source/inc/ |
H A D | insrc.hxx | 38 FixedText aCount; member in SvxInsRowColDlg
|
/aoo4110/main/sw/source/core/inc/ |
H A D | dbgloop.hxx | 38 sal_uInt16 aCount[DBG_MAX_STACK]; member in DbgLoopStack
|
/aoo4110/main/cui/source/dialogs/ |
H A D | insrc.cxx | 45 aCount( this, CUI_RES( FT_COUNT ) ), in SvxInsRowColDlg()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | graphictools.hxx | 433 void setGradientStepCount( int aCount );
|
/aoo4110/main/cui/source/customize/ |
H A D | cfg.cxx | 5122 sal_Int32 aCount = aDirectory.getLength(); in SvxIconSelectorDialog() local 5124 if ( aCount > 0 ) in SvxIconSelectorDialog() 5126 sal_Unicode aChar = aDirectory[ aCount-1 ]; in SvxIconSelectorDialog()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 184 Any aCount = xPrSet->getPropertyValue(C2U("RowCount")); in lcl_getCountFromResultSet() local 185 if( aCount >>= rCount ) in lcl_getCountFromResultSet()
|