Home
last modified time | relevance | path

Searched refs:count (Results 51 – 75 of 767) sorted by last modified time

12345678910>>...31

/trunk/main/slideshow/source/engine/
H A Dunoviewcontainer.cxx127 OSL_ENSURE( ::std::count( maViews.begin(), in removeView()
H A Dslideview.cxx138 if(rClip.count()) in createClipPolygon()
H A Dslideshowimpl.cxx1510 for(sal_uInt32 i=0; i< b2DPolyPoly.count();i++) in registerUserPaintPolygons()
1513 sal_uInt32 nPoints = aPoly.count(); in registerUserPaintPolygons()
/trunk/main/forms/source/inc/
H A Dproperty.hxx120 #define BEGIN_DESCRIBE_PROPERTIES( count, baseclass ) \ argument
123 _rProps.realloc( nOldCount + ( count ) ); \
127 #define BEGIN_DESCRIBE_BASE_PROPERTIES( count ) \ argument
128 _rProps.realloc( count ); \
132 #define BEGIN_DESCRIBE_AGGREGATION_PROPERTIES( count, aggregate ) \ argument
133 _rProps.realloc( count ); \
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx1679 if ( !rPoly.count() ) in SetEdgeTrackPath()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx457 const sal_uInt32 nPolygonCount(rSourcePolyPolygon.count()); in TrapezoidSubdivider()
472 const sal_uInt32 nCount(aPolygonCandidate.count()); in TrapezoidSubdivider()
490 const sal_uInt32 nCount(aPolygonCandidate.count()); in TrapezoidSubdivider()
510 const sal_uInt32 nCount(aPolygonCandidate.count()); in TrapezoidSubdivider()
1161 const sal_uInt32 nPointCount(aSource.count()); in createLineTrapezoidFromB2DPolygon()
1201 const sal_uInt32 nCount(aSource.count()); in createLineTrapezoidFromB2DPolyPolygon()
/trunk/main/oox/source/core/
H A Drelationshandler.cxx90 OSL_ENSURE( mxRelations->count( aRelation.maId ) == 0, in createFastChildContext()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx379 if(rPolyPoly.count()) in Region()
425 if(rPolyPoly.count() && !rPolyPoly.getB2DRange().isEmpty()) in ImplCreatePolyPolyRegion()
451 mpB2DPolyPolygon.reset(aPoly.count() ? new basegfx::B2DPolyPolygon(aPoly) : 0); in Move()
548 if(!aThisPolyPoly.count()) in Union()
730 if(!aThisPolyPoly.count()) in Exclude()
812 if(!aThisPolyPoly.count()) in XOr()
902 if(!aThisPolyPoly.count()) in Union()
1004 if(!aThisPolyPoly.count()) in Intersect()
1013 if(!aOtherPolyPoly.count()) in Intersect()
1111 if(!aThisPolyPoly.count()) in Exclude()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java81 int count = 0; in readBytes() local
112 int count = 0; in readSomeBytes() local
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx2899 const sal_uInt32 nPolygonCount(aPolyPolygon.count()); in exportContour()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.bas624 c = cbMenu.Controls.count - 1
/trunk/extras/l10n/source/uk/
H A Dlocalize.sdf7890 …sic\shared\01040000.xhp 0 help par_id3156366 51 0 uk Change of the page count 20220827 09:49:…
7891 …basic\shared\01040000.xhp 0 help par_id3154627 52 0 uk ...when the page count changes. 202208…
17487 …ns 4 (the Type parameter is missing, therefore the standard count is used. The standard count star…
22345 helpcontent2 source\text\schart\01\05040201.xhp 0 help hd_id3154020 12 0 uk Minor interval count
31961 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3153320 74 0 uk Line count 2022082…
32238 … items are the following: Record label, Record position, Record count label, Record count. 2022…
38717 …hared\optionen\01040900.xhp 0 help par_idN107E3 0 uk Changing the page count 20220827 09:49:…
40914 helpcontent2 source\text\simpress\01\06050000.xhp 0 help hd_id3147368 83 0 uk Loop count 20220…
48945 …he page count restarts. Select "on" to enable the reference point, and "off" to disable it. You ca…
50879 …ords_count.xhp 0 help hd_id1116200901133957 0 uk How does %PRODUCTNAME count words? 20220827…
[all …]
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src208 …Text [ en-US ] = "You tried to set a parameter at position '$pos$' but there is/are only '$count$'…
521 Text [ en-US ] = "The count of the given parameter values doesn't match the parameters." ;
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcaptionobj.cxx173 if(aClippedShadow.count()) in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dlathe.cxx65 const sal_uInt32 nPolygonCount(aPolyPolygon.count()); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofsdredgeobj.cxx52 OSL_ENSURE(0 != rEdgeTrack.count(), "Connectors with no geometry are not allowed (!)"); in createViewIndependentPrimitive2DSequence()
/trunk/main/nss/
H A Dnss_win.patch63 unsigned int count = 0;
104 if (count >= sizeof(tempfn)) {
111 if (count >= sizeof(fullfn)) {
118 - count = snprintf(fullfn, sizeof(fullfn), "%s/%s", tree, tempfn);
120 if (count >= sizeof(fullfn)) {
129 if (count >= sizeof(tempfn)) {
134 - count = snprintf(fullfn, sizeof(fullfn), "%s/%s", tree, tempfn);
136 if (count >= sizeof(fullfn)) {
145 if (count >= sizeof(tempfn)) {
152 if (count >= sizeof(fullfn)) {
[all …]
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp936 int count; in PreviewDialogProc() local
942 count = fread( buf, sizeof(buf[0]), sizeof(buf)/sizeof(buf[0]), fp ); in PreviewDialogProc()
944 for ( i = 0; i < count; i++ ) in PreviewDialogProc()
956 for ( i = 0; i < count; i++ ) in PreviewDialogProc()
970 } while ( count ); in PreviewDialogProc()
/trunk/main/sw/source/core/view/
H A Dviewpg.cxx111 …DBG_ASSERT( rPagesToPrint.first == -1 || rPrintData.GetRenderData().GetValidPagesSet().count( rPa… in PrintProspect()
112 …DBG_ASSERT( rPagesToPrint.second == -1 || rPrintData.GetRenderData().GetValidPagesSet().count( rPa… in PrintProspect()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx242 for ( j = 0L; j < rPoly3D.count(); j++ ) in ApplySkewSettings()
500 if( aPolyPoly.count() ) in Create3DObject()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.src259 Text [ en-US ] = "don't count lines" ;
263 Text [ en-US ] = "restart line count with: " ;
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecerror.cxx74 if (log->count > 0) in printChainFailure()
/trunk/main/scripting/source/storage/
H A DScriptStorage.cxx790 for ( sal_Int32 count = 0; h_it != h_itEnd; ++h_it ) in getAllImplementations() local
792 results.realloc( h_it->second.size() + count ); in getAllImplementations()
804 results[ count++ ] = xScriptInfo; in getAllImplementations()
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx188 const sal_Int32 count( xBaseURI->getPathSegmentCount() ); in createBaseURI() local
189 if (count > 0) in createBaseURI()
191 const ::rtl::OUString last( xBaseURI->getPathSegment(count - 1) ); in createBaseURI()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DORowSet.java441 int count = resultSet.getRow(); in createTestEnvironment()
444 return count ; in createTestEnvironment()

Completed in 1028 milliseconds

12345678910>>...31