Home
last modified time | relevance | path

Searched refs:count (Results 226 – 250 of 767) sorted by last modified time

12345678910>>...31

/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx270 if (m_cacheMap.count(fontHash) > 0) in getCache()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx704 if( pScreens && nScreen < [pScreens count] ) in SetScreenNumber()
754 if( nDisplay >= 0 && (unsigned int)nDisplay < [pScreens count] ) in ShowFullScreen()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm131 // TODO: refresh page count etc from mpController
149 // Apple does not give us a chance of changing the page count,
645 unsigned int nViews = [pSubViews count];
679 int nViews = [pTabbedViews count];
692 unsigned int nSubViews = [pSubViews count];
H A Daquaprintview.mm75 // page count is 1 based
H A Datsfonts.cxx280 const sal_uInt32 nPointCount = rPolygon.count(); in GgoCurveToProc()
294 if( rPolygon.count() > 0 ) in GgoClosePathProc()
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx50 return pScreens ? [pScreens count] : 1; in GetDisplayScreenCount()
68 if( pScreens && nScreen < [pScreens count] ) in GetDisplayScreenPosSizePixel()
87 if( pScreens && nScreen < [pScreens count] ) in GetDisplayWorkAreaPosSizePixel()
105 if( nScreen < [pScreens count] ) in GetScreenName()
/trunk/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx471 size_t length = [mSystemData count]; in getOOoData()
737 if( [array count] == 0 || bNeedDummyInternalFlavor) in flavorSequenceToTypesArray()
747 int nFormats = [types count]; in typesArrayToFlavorSequence()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapperscrollarea.mm41 if ( [ elementChildren count ] > 0 ) {
H A Daqua11yselectionwrapper.mm84 unsigned c = [ value count ];
H A Daqua11ywrapper.mm431 NSNumber * nGroupsize = [ NSNumber numberWithInt: [ children count ] ];
1020 if ( [ childWindows count ] > 0 ) {
H A Daqua11ywrappercombobox.mm61 if ( [ elementChildren count ] > 0 ) {
/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx121 if( maElementMap.count( *pElementName ) == 0 ) in SequenceToContainer()
137 if( maElementMap.count( *pElementName ) == 0 ) in SequenceToContainer()
169 return maElementMap.count( rName ) > 0; in hasByName()
H A Dvbafontbase.cxx162 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex() local
165 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
168 nIndex = count + 1; // 1 based in getColorIndex()
/trunk/main/unoxml/source/dom/
H A Dtext.hxx78 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
81 CCharacterData::deleteData(offset, count); in deleteData()
96 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument
99 CCharacterData::replaceData(offset, count, arg); in replaceData()
106 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData() argument
109 return CCharacterData::subStringData(offset, count); in subStringData()
H A Dattributesmap.cxx48 sal_Int32 count = 0; in getLength() local
55 count++; in getLength()
59 return count; in getLength()
142 sal_Int32 count = 0; in item() local
145 if (count == index) in item()
152 count++; in item()
H A Dcdatasection.hxx67 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
70 CCharacterData::deleteData(offset, count); in deleteData()
85 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument
88 CCharacterData::replaceData(offset, count, arg); in replaceData()
95 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData() argument
98 return CCharacterData::subStringData(offset, count); in subStringData()
H A Dcharacterdata.cxx81 void SAL_CALL CCharacterData::deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
93 if (offset > tmp.getLength() || offset < 0 || count < 0) { in deleteData()
98 if ((offset+count) > tmp.getLength()) in deleteData()
99 count = tmp.getLength() - offset; in deleteData()
102 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in deleteData()
199 if (offset > tmp.getLength() || offset < 0 || count < 0){ in replaceData()
204 if ((offset+count) > tmp.getLength()) in replaceData()
205 count = tmp.getLength() - offset; in replaceData()
209 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in replaceData()
254 if (offset > tmp.getLength() || offset < 0 || count < 0) { in subStringData()
[all …]
H A Dcharacterdata.hxx70 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count)
94 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg)
106 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count)
H A Dcomment.hxx62 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
65 CCharacterData::deleteData(offset, count); in deleteData()
80 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument
83 CCharacterData::replaceData(offset, count, arg); in replaceData()
90 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData() argument
93 return CCharacterData::subStringData(offset, count); in subStringData()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx583 sal_Int32 count(m_BindingNames.getLength()); in nextElement() local
584 OSL_ENSURE(count >= 0, "negative length?"); in nextElement()
585 boost::shared_array<librdf_node*> pNodes( new librdf_node*[count], in nextElement()
586 NodeArrayDeleter(count)); in nextElement()
587 for (int i = 0; i < count; ++i) { in nextElement()
601 uno::Sequence< uno::Reference< rdf::XNode > > ret(count); in nextElement()
602 for (int i = 0; i < count; ++i) { in nextElement()
1293 if (count >= 0) { in querySelect()
1294 uno::Sequence< ::rtl::OUString > names(count); in querySelect()
1295 for (int i = 0; i < count; ++i) { in querySelect()
[all …]
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx144 sal_uInt16 count = (sal_uInt16)superTypes.getLength(); in getInheritedMemberCount() local
146 for (sal_uInt16 i=0; i < count; i++) { in getInheritedMemberCount()
H A Dtypemanager.cxx226 if ( m_pImpl->m_t2TypeClass.count(name) > 0 ) { in getTypeClass()
249 if ( m_pImpl->m_t2TypeClass.count(name) > 0 ) { in getTypeClass()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx78 short count=0; in generateNamespace() local
92 count=1; in generateNamespace()
104 count++; in generateNamespace()
109 count++; in generateNamespace()
115 return count; in generateNamespace()
/trunk/main/udkapi/com/sun/star/uno/
H A DXInterface.idl49 <p> The UNO object does not export the state of the reference count (acquire() and
51 should not make any assumption on the concrete value of the reference count
H A DXAggregation.idl57 own reference count by calling its method
61 call it has to reset its own reference count without the

Completed in 114 milliseconds

12345678910>>...31