Lines Matching refs:size

715                 sal_Int32 nNewWidget = m_aWidgets.size();  in createWidgetFieldName()
732 … OSL_ENSURE( it->second < sal_Int32(m_aWidgets.size()), "invalid field number entry" ); in createWidgetFieldName()
733 if( it->second < sal_Int32(m_aWidgets.size()) ) in createWidgetFieldName()
775 …OSL_ENSURE( it->second >= 0 && it->second < sal_Int32( m_aWidgets.size() ), "invalid field index" … in createWidgetFieldName()
776 if( it->second >= 0 && it->second < sal_Int32(m_aWidgets.size()) ) in createWidgetFieldName()
1238 int nAnnots = m_aAnnotations.size(); in emit()
1255 if( m_aMCIDParents.size() > 0 ) in emit()
1259 int nParents = m_aMCIDParents.size(); in emit()
1270 aLine.append( sal_Int32(m_pWriter->m_aStructParentTree.size()-1) ); in emit()
1355 unsigned int nStreamObjects = m_aStreamObjects.size(); in emit()
1358 for( unsigned int i = 0; i < m_aStreamObjects.size(); i++ ) in emit()
1818 if( m_aContext.Encryption.OValue.size() != ENCRYPTED_PWD_SIZE || in PDFWriterImpl()
1819 m_aContext.Encryption.UValue.size() != ENCRYPTED_PWD_SIZE || in PDFWriterImpl()
1820 m_aContext.Encryption.EncryptionKey.size() != MAXIMUM_RC4_KEY_LENGTH in PDFWriterImpl()
2290 …DBG_ASSERT( m_aSubsets.size() == 0, "Fonts changing during PDF generation, document will be invali… in filterDevFontList()
2466 m_nCurrentPage = m_aPages.size(); in newPage()
2547 return m_aObjects.size(); in createObject()
2578 sal_Int32 nTreeItems = m_aStructParentTree.size(); in emitStructParentTree()
2717 if( nLink >= 0 && nLink < (sal_Int32)m_aLinks.size() ) in emitStructureAttributes()
2724 m_aLinks[ nLink ].m_nStructParent = m_aStructParentTree.size()-1; in emitStructureAttributes()
2809 if( aAttribObjects.size() > 1 ) in emitStructureAttributes()
2818 if( aAttribObjects.size() > 1 ) in emitStructureAttributes()
2834 if( *it > 0 && *it < sal_Int32(m_aStructure.size()) ) in emitStructure()
2915 if( ! rEle.m_aBBox.IsEmpty() || rEle.m_aAttributes.size() ) in emitStructure()
3296 pEncToUnicodeIndex[ nCode ] = static_cast<sal_Int32>(aUnicodes.size()); in emitEmbeddedFont()
3754 pEncToUnicodeIndex[nEncoded] = static_cast<sal_Int32>(aUnicodes.size()); in emitEmbeddedFont()
4074 DBG_ASSERT( nEnc <= lit->m_aMapping.size(), "invalid glyph encoding" ); in emitFonts()
4078 pEncToUnicodeIndex[ nEnc ] = static_cast<sal_Int32>(aUnicodes.size()); in emitFonts()
4363 sal_Int32 nChildren = rItem.m_aChildren.size(); in updateOutlineItemCount()
4376 sal_Int32 nChildren = rItem.m_aChildren.size(); in updateOutlineItemCount()
4377 rCounts[ nCurrentItemId ] = -sal_Int32(rItem.m_aChildren.size()); in updateOutlineItemCount()
4388 int i, nItems = m_aOutline.size(); in emitOutline()
4402 int nChildren = rItem.m_aChildren.size(); in emitOutline()
4454 if( rItem.m_nDestID >= 0 && rItem.m_nDestID < (sal_Int32)m_aDests.size() ) in emitOutline()
4487 if( nDestID < 0 || nDestID >= (sal_Int32)m_aDests.size() ) in appendDest()
4553 int nAnnots = m_aLinks.size(); in emitLinkAnnotations()
4774 int nAnnots = m_aNotes.size(); in emitNoteAnnotations()
5386 if( rWidget.m_aAppearances.size() ) in emitAppearances()
5393 bool bUseSubDict = (dict_it->second.size() > 1); in emitAppearances()
5468 int nAnnots = m_aWidgets.size(); in emitWidgetAnnotations()
5520 for( unsigned int i = 0; i < rWidget.m_aSelectedEntries.size(); i++ ) in emitWidgetAnnotations()
5523 if( nEntry >= 0 && nEntry < sal_Int32(rWidget.m_aListEntries.size()) ) in emitWidgetAnnotations()
5528 else if( rWidget.m_aSelectedEntries.size() > 0 && in emitWidgetAnnotations()
5530 … rWidget.m_aSelectedEntries[0] < sal_Int32(rWidget.m_aListEntries.size()) ) in emitWidgetAnnotations()
5560 if( rWidget.m_aKids.size() ) in emitWidgetAnnotations()
5563 for( unsigned int i = 0; i < rWidget.m_aKids.size(); i++ ) in emitWidgetAnnotations()
5737 if( m_aPages.size() < 1 ) in emitAnnotations()
5779 if(m_aStructure.size() > 1) in emitCatalog()
5842 aLine.append( (sal_Int32)m_aPages.size() ); in emitCatalog()
5901 if( m_aContext.InitialPage >= 0 && m_aContext.InitialPage < (sal_Int32)m_aPages.size() ) in emitCatalog()
6018 if( m_aWidgets.size() > 0 ) in emitCatalog()
6021 int nWidgets = m_aWidgets.size(); in emitCatalog()
6126 sal_Int32 nCount = m_aNamedDests.size(); in emitNamedDestinations()
6506 …l_Char*)&m_aContext.Encryption.OValue[0], sal_Int32(m_aContext.Encryption.OValue.size()), aLineS ); in emitTrailer()
6508 …l_Char*)&m_aContext.Encryption.UValue[0], sal_Int32(m_aContext.Encryption.UValue.size()), aLineS ); in emitTrailer()
6524 sal_Int32 nObjects = m_aObjects.size(); in emitTrailer()
6597 if( m_aAdditionalStreams.size() > 0 ) in emitTrailer()
6600 for( unsigned int i = 0; i < m_aAdditionalStreams.size(); i++ ) in emitTrailer()
6676 int nWidgets = m_aWidgets.size(); in sortWidgets()
6685 rCont.aSortedAnnots.reserve( m_aPages[ rWidget.m_nPage ].m_aAnnotations.size() ); in sortWidgets()
6699 unsigned int nAnnots = rPage.m_aAnnotations.size(); in sortWidgets()
6707 if( it->second.aSortedAnnots.size() == nAnnots) in sortWidgets()
6717 … %ld unsorted\n", (long int)it->first, (long int)it->second.aSortedAnnots.size(), (long int)nAnnot… in sortWidgets()
6766 unsigned int nStreams = m_aAdditionalStreams.size(); in emitAdditionalStreams()
6933 || (rSubset.m_aSubsets.back().m_aMapping.size() > 254) ) in registerGlyphs()
6941 … sal_uInt8 nNewId = sal::static_int_cast<sal_uInt8>(rSubset.m_aSubsets.back().m_aMapping.size()+1); in registerGlyphs()
7011 …m_aExtendedEncodings.empty() || rEmbedFont.m_aExtendedEncodings.back().m_aEncVector.size() == 255 ) in registerGlyphs()
7020 rEncoding.m_aCMap[ cChar ] = (sal_Int8)(rEncoding.m_aEncVector.size()-1); in registerGlyphs()
7146 for( size_t i = 0; i < rGlyphs.size(); i++ ) in drawVerticalGlyphs()
7177 if( i < rGlyphs.size()-1 ) in drawVerticalGlyphs()
7227 aRunEnds.reserve( rGlyphs.size() ); in drawHorizontalGlyphs()
7228 for( size_t i = 1; i < rGlyphs.size(); i++ ) in drawHorizontalGlyphs()
7237 aRunEnds.push_back( rGlyphs.size() ); in drawHorizontalGlyphs()
7241 for( size_t nRun = 0; nRun < aRunEnds.size(); nRun++ ) in drawHorizontalGlyphs()
7504 size_t nI = aUnicodes.size()-1; in drawLayout()
9154 if( rInfo.m_aDashArray.size() < 10 ) // implementation limit of acrobat reader in drawPolyLine()
9181 if( rInfo.m_aDashArray.size() > 0 ) in drawPolyLine()
10499 sal_Int32 nTilingId = m_aTilings.size(); in endPattern()
10525 if( nPattern < 0 || nPattern >= (sal_Int32)m_aTilings.size() ) in drawPolyPolygon()
10716 OSL_ENSURE( m_aGraphicsStack.size() > 0, "invalid graphics stack" ); in push()
10723 OSL_ENSURE( m_aGraphicsStack.size() > 1, "pop without push" ); in pop()
10724 if( m_aGraphicsStack.size() < 2 ) in pop()
10833 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() ) in createNote()
10852 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() ) in createLink()
10855 sal_Int32 nRet = m_aLinks.size(); in createLink()
10876 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() ) in createNamedDest()
10879 sal_Int32 nRet = m_aNamedDests.size(); in createNamedDest()
10898 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() ) in createDest()
10901 sal_Int32 nRet = m_aDests.size(); in createDest()
10920 if( nLinkId < 0 || nLinkId >= (sal_Int32)m_aLinks.size() ) in setLinkDest()
10922 if( nDestId < 0 || nDestId >= (sal_Int32)m_aDests.size() ) in setLinkDest()
10932 if( nLinkId < 0 || nLinkId >= (sal_Int32)m_aLinks.size() ) in setLinkURL()
10968 sal_Int32 nNewItem = m_aOutline.size(); in createOutlineItem()
10981 if( nItem < 1 || nItem >= (sal_Int32)m_aOutline.size() ) in setOutlineItemParent()
10986 if( nNewParent < 0 || nNewParent >= (sal_Int32)m_aOutline.size() || nNewParent == nItem ) in setOutlineItemParent()
10993 if( nParentID >= 0 && nParentID < (sal_Int32)m_aOutline.size() ) in setOutlineItemParent()
11016 if( nItem < 1 || nItem >= (sal_Int32)m_aOutline.size() ) in setOutlineItemText()
11025 if( nItem < 1 || nItem >= (sal_Int32)m_aOutline.size() ) // item does not exist in setOutlineItemDest()
11027 if( nDestID < 0 || nDestID >= (sal_Int32)m_aDests.size() ) // dest does not exist in setOutlineItemDest()
11091 sal_Int32 nMCID = m_aPages[ m_nCurrentPage ].m_aMCIDParents.size(); in beginStructureElementMCSeq()
11149 while( nEle > 0 && nEle < sal_Int32(m_aStructure.size()) ) in checkEmitStructure()
11204 sal_Int32 nNewId = sal_Int32(m_aStructure.size()); in beginStructureElement()
11308 if( *it > 0 && *it < sal_Int32(m_aStructure.size()) ) in addInternalStructureContainer()
11338 if( rEle.m_aKids.size() > ncMaxPDFArraySize ) { in addInternalStructureContainer()
11349 while( rEle.m_aKids.size() > ncMaxPDFArraySize ) in addInternalStructureContainer()
11352 sal_Int32 nNewId = sal_Int32(m_aStructure.size()); in addInternalStructureContainer()
11399 if( m_aContext.Tagged && nEle >= 0 && nEle < sal_Int32(m_aStructure.size()) ) in setCurrentStructureElement()
11764 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() || !m_aContext.Tagged ) in setStructureBoundingBox()
11804 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() ) in setAutoAdvanceTime()
11815 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() ) in setPageTransition()
11831 int nChildren = rGroupWidget.m_aKidsIndex.size(); in ensureUniqueRadioOnValues()
11904 sal_Int32(m_aWidgets.size()); in findRadioGroupWidget()
11914 createWidgetFieldName( sal_Int32(m_aWidgets.size()-1), rBtn ); in findRadioGroupWidget()
11927 if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() ) in createControl()
11930 sal_Int32 nNewWidget = m_aWidgets.size(); in createControl()
11993 …DBG_ASSERT( nRadioGroupWidget >= 0 && nRadioGroupWidget < (sal_Int32)m_aWidgets.size(), "no radio … in createControl()
12110 if( nControl < 0 || nControl >= (sal_Int32)m_aWidgets.size() ) in beginControlAppearance()
12137 if( pAppearance && m_nCurrentControl >= 0 && m_nCurrentControl < (sal_Int32)m_aWidgets.size() ) in endControlAppearance()