Home
last modified time | relevance | path

Searched refs:aCount (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx1535 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 …]
/trunk/main/sw/source/core/except/
H A Ddbgloop.cxx49 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()
/trunk/main/vcl/source/fontsubset/
H A Dlist.cxx56 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 …]
/trunk/main/svtools/source/edit/
H A Deditsyntaxhighlighter.cxx72 sal_uInt16 aCount = 0; in DoBracketHilight() local
112 if (!aCount) in DoBracketHilight()
121 aCount--; in DoBracketHilight()
124 aCount++; in DoBracketHilight()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationWin.cxx174 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 DSidebarWin.cxx1304 sal_uInt32 aCount = MoveCaret(); in SwitchToFieldPos() local
1305 if (aCount) in SwitchToFieldPos()
1306 mrView.GetDocShell()->GetWrtShell()->SwCrsrShell::Right(aCount, 0, sal_False); in SwitchToFieldPos()
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx191 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()
/trunk/main/registry/source/
H A Dreflread.cxx944 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
1013aCount = readUINT16(m_pIndex[index] + calcMethodParamIndex(readUINT16(m_pIndex[index] + METHOD_OFF… in getMethodExcCount()
1016 return aCount; in getMethodExcCount()
/trunk/main/sw/source/core/fields/
H A Dflddropdown.cxx127 sal_Int32 aCount = rItems.getLength(); in SetItems() local
128 for (int i = 0; i < aCount; i++) in SetItems()
/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx85 sal_Int32 aCount = xAnnos->getCount(); in getAnnotationIndex() local
87 for ( ; aIndex < aCount ; aIndex++ ) in getAnnotationIndex()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx269 NSInteger aCount; in GetSpellFailure() local
270 …aNSStr startingAt:0 language:aLang wrap:sal_False inSpellDocumentWithTag:macTag wordCount:&aCount]; in GetSpellFailure()
/trunk/main/vcl/source/gdi/
H A Dgraphictools.cxx688 void SvtGraphicFill::setGradientStepCount( int aCount ) in setGradientStepCount() argument
690 maGradientStepCount = aCount; in setGradientStepCount()
/trunk/main/cui/source/inc/
H A Dinsrc.hxx38 FixedText aCount; member in SvxInsRowColDlg
/trunk/main/sw/source/core/inc/
H A Ddbgloop.hxx38 sal_uInt16 aCount[DBG_MAX_STACK]; member in DbgLoopStack
/trunk/main/cui/source/dialogs/
H A Dinsrc.cxx45 aCount( this, CUI_RES( FT_COUNT ) ), in SvxInsRowColDlg()
/trunk/main/vcl/inc/vcl/
H A Dgraphictools.hxx433 void setGradientStepCount( int aCount );
/trunk/main/cui/source/customize/
H A Dcfg.cxx5122 sal_Int32 aCount = aDirectory.getLength(); in SvxIconSelectorDialog() local
5124 if ( aCount > 0 ) in SvxIconSelectorDialog()
5126 sal_Unicode aChar = aDirectory[ aCount-1 ]; in SvxIconSelectorDialog()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx184 Any aCount = xPrSet->getPropertyValue(C2U("RowCount")); in lcl_getCountFromResultSet() local
185 if( aCount >>= rCount ) in lcl_getCountFromResultSet()

Completed in 159 milliseconds