Home
last modified time | relevance | path

Searched refs:count (Results 101 – 125 of 767) sorted by path

12345678910>>...31

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAbstractButton.java87 int count = unoAccessibleRelationSet.getRelationCount(); in getAccessibleRelationSet() local
89 for (int i = 0; i < count; i++) { in getAccessibleRelationSet()
H A DAccessibleObjectFactory.java182 int count = parent.getComponentCount(); in clearContainer() local
183 for (int i = 0; i < count; i++) { in clearContainer()
H A DLabel.java91 int count = unoAccessibleRelationSet.getRelationCount(); in getAccessibleRelationSet() local
93 for (int i = 0; i < count; i++) { in getAccessibleRelationSet()
H A DMenu.java41 int count = unoAccessibleContext.getAccessibleChildCount(); in Menu() local
42 children = new java.util.Vector(count); in Menu()
45 for (int i = 0; i < count; i++) { in Menu()
H A DParagraph.java171 int count = unoAccessibleRelationSet.getRelationCount(); in getAccessibleRelationSet() local
172 for (int i = 0; i < count; i++) { in getAccessibleRelationSet()
H A DTable.java614 int count = unoAccessibleRelationSet.getRelationCount(); in getAccessibleRelationSet() local
615 for (int i = 0; i < count; i++) { in getAccessibleRelationSet()
H A DTextComponent.java143 int count = unoAccessibleRelationSet.getRelationCount(); in getAccessibleRelationSet() local
144 for (int i = 0; i < count; i++) { in getAccessibleRelationSet()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1760 ::sal_Int32 count = getAccessibleChildCount(); in IMPL_LINK()
1761 ::sal_Bool bEmpty = m_aFocused == m_aVisibleEnd && count == 1; in IMPL_LINK()
1797 ::sal_Int32 count = getAccessibleChildCount(); in IMPL_LINK()
1798 ::sal_Bool bEmpty = m_aFocused == m_aVisibleEnd && count == 1; in IMPL_LINK()
2334 ::sal_Int32 count = getAccessibleChildCount(); in handleSelectionChangeNotification()
2335 ::sal_Bool bEmpty = count > 1; in handleSelectionChangeNotification()
/trunk/main/apple_remote/inc/
H A DMultiClickRemoteBehavior.h91 …lEventIdentifier)buttonIdentifier pressedDown: (BOOL) pressedDown clickCount: (unsigned int) count; in remoteButton:pressedDown:clickCount:()
H A DRemoteControlContainer.h39 - (unsigned int) count; in count() method
/trunk/main/apple_remote/source/
H A DRemoteControlContainer.m72 - (unsigned int) count { method
73 return [remoteControls count];
91 for(i=0; i < [remoteControls count]; i++) {
98 for(i=0; i < [remoteControls count]; i++) {
111 for(i=0; i < [remoteControls count]; i++) {
120 for(i=0; i < [remoteControls count]; i++) {
128 for(i=0; i < [remoteControls count]; i++) {
135 for(i=0; i < [remoteControls count]; i++) {
/trunk/main/autodoc/source/parser/tokens/
H A Dstmstarr.cxx42 intt count = 0; in StmArrayStatus() local
43 for (const INT16 * get = in_aArrayModel; count < nNrOfBranches; count++, get++) in StmArrayStatus()
44 dpBranches[count] = *get; in StmArrayStatus()
/trunk/main/autodoc/source/parser_i/tokens/
H A Dstmstar2.cxx45 intt count = 0; in StmArrayStatu2() local
46 for (const INT16 * get = in_aArrayModel; count < nNrOfBranches; count++, get++) in StmArrayStatu2()
47 dpBranches[count] = *get; in StmArrayStatu2()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_framegrabber.cxx70 if( [[pMovie tracksWithMediaType:AVMediaTypeVideo] count] == 0) in create()
H A Dmacavf_window.cxx54 const int nVideoCount = [pMovie tracksWithMediaType:AVMediaTypeVideo].count; in Window()
55 const int nAudioCount = [pMovie tracksWithMediaType:AVMediaTypeAudio].count; in Window()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx524 const sal_uInt32 nVertices( aPoly.count() ); in implDrawPolygon()
1183 const sal_uInt32 numVertices( rPoly.count() ); in drawPolygon()
1201 const sal_uInt32 numVertices( rPoly.count() ); in drawPolygon()
H A Dpolypolygonrenderer.cxx40 for( sal_uInt32 i(0), nCount(rPolyPoly.count()); in setupGlobalEdgeTable()
46 for( sal_uInt32 k(0), nVertices(rPoly.count()); in setupGlobalEdgeTable()
/trunk/main/basebmp/test/
H A Dtools.cxx37 int count(0); in countPixel() local
42 ++count; in countPixel()
44 return count; in countPixel()
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolormodifier.hxx395 sal_uInt32 count() const in count() function in basegfx::BColorModifierStack
402 OSL_ENSURE(nIndex < count(), "BColorModifierStack: Access out of range (!)"); in getBColorModifier()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx77 sal_uInt32 count() const;
H A Db2dpolypolygon.hxx70 sal_uInt32 count() const;
H A Db3dpolygon.hxx76 sal_uInt32 count() const;
H A Db3dpolypolygon.hxx70 sal_uInt32 count() const;
/trunk/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx77 sal_uInt32 count() const;
/trunk/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx84 if( nIndex < 0 || nIndex >= static_cast<sal_Int32>(maPolyPoly.count()) ) in checkIndex()

Completed in 91 milliseconds

12345678910>>...31