Home
last modified time | relevance | path

Searched refs:aIndices (Results 1 – 6 of 6) sorted by path

/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1085 …::std::vector< sal_Int32 > aIndices( ContainerHelper::SequenceToVector( aAttributedDataPointIndexL… in execute_Command()
1086 …::std::vector< sal_Int32 >::iterator aIt = ::std::find( aIndices.begin(), aIndices.end(), nPointIn… in execute_Command()
1087 if( aIt != aIndices.end()) in execute_Command()
/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx842 …::std::vector< sal_Int32 > aIndices( ContainerHelper::SequenceToVector( aAttributedDataPointIndexL… in hasDataLabelAtPoint()
843 …::std::vector< sal_Int32 >::iterator aIt = ::std::find( aIndices.begin(), aIndices.end(), nPointIn… in hasDataLabelAtPoint()
844 if( aIt != aIndices.end()) in hasDataLabelAtPoint()
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx188 Sequence< sal_Int32 > aIndices( nNumberOfActionRefs ); in GetActionSequences() local
197 aIndices[ i++ ] = (*aActionsIter).second.mnSmartTagIndex; in GetActionSequences()
201 rActionIndicesSequence[ j ] = aIndices; in GetActionSequences()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1465 std::set< sal_uInt16> aIndices; in NewSplitRow() local
1470 aIndices.insert( i ); in NewSplitRow()
1473 std::set< sal_uInt16 >::iterator pCurrBox = aIndices.begin(); in NewSplitRow()
1474 while( pCurrBox != aIndices.end() ) in NewSplitRow()
/trunk/main/toolkit/test/accessibility/
H A DTextUpdateListener.java39 int[] aIndices = e.getChildIndices(); in treeNodesChanged() local
40 if( (aIndices != null) && in treeNodesChanged()
41 (aIndices.length > 0) ) in treeNodesChanged()
47 (aParent.getChildAt(aIndices[0])); in treeNodesChanged()
55 if( aIndices[0] == 0 ) in treeNodesChanged()
/trunk/main/vcl/source/window/
H A Darrange.cxx343 std::vector< size_t > aIndices; in distributeRowWidth() local
352 aIndices.clear(); in distributeRowWidth()
356 aIndices.push_back( i ); in distributeRowWidth()
361 nElements = aIndices.size(); in distributeRowWidth()
383 std::vector< size_t > aIndices; in distributeColumnHeight() local
392 aIndices.clear(); in distributeColumnHeight()
401 nElements = aIndices.size(); in distributeColumnHeight()
902 std::vector< size_t > aIndices; in distributeExtraSize() local
909 aIndices.clear(); in distributeExtraSize()
913 aIndices.push_back( i ); in distributeExtraSize()
[all …]

Completed in 52 milliseconds