Lines Matching refs:m_nObject

717                 m_aWidgets[nNewWidget].m_nObject = createObject();  in createWidgetFieldName()
720 m_aWidgets[i_nWidgetIndex].m_nParent = m_aWidgets[nNewWidget].m_nObject; in createWidgetFieldName()
722 m_aWidgets[i_nWidgetIndex].m_nParent = m_aWidgets[nNewWidget].m_nObject; in createWidgetFieldName()
736 rParentField.m_aKids.push_back( m_aWidgets[nNewWidget].m_nObject ); in createWidgetFieldName()
738 m_aWidgets[nNewWidget].m_nParent = rParentField.m_nObject; in createWidgetFieldName()
778 m_aWidgets[i_nWidgetIndex].m_nParent = m_aWidgets[it->second].m_nObject; in createWidgetFieldName()
779 m_aWidgets[it->second].m_aKids.push_back( m_aWidgets[i_nWidgetIndex].m_nObject); in createWidgetFieldName()
2721 aStructParentEntry.append( i_rEle.m_nObject ); in emitStructureAttributes()
2731 aRef.append( m_aLinks[ nLink ].m_nObject ); in emitStructureAttributes()
2860 aLine.append( rEle.m_nObject ); in emitStructure()
2897 aLine.append( m_aStructure[ rEle.m_nParentElement ].m_nObject ); in emitStructure()
2905 appendUnicodeTextStringEncrypt( rEle.m_aActualText, rEle.m_nObject, aLine ); in emitStructure()
2911 appendUnicodeTextStringEncrypt( rEle.m_aAltText, rEle.m_nObject, aLine ); in emitStructure()
2935 appendLiteralStringEncrypt( aLocBuf.makeStringAndClear(), rEle.m_nObject, aLine ); in emitStructure()
2972 CHECK_RETURN( updateObject( rEle.m_nObject ) ); in emitStructure()
2977 return rEle.m_nObject; in emitStructure()
3021 aTilingObj.append( it->m_nObject ); in emitTilings()
3070 CHECK_RETURN( updateObject( it->m_nObject ) ); in emitTilings()
3072 checkAndEnableStreamEncryption( it->m_nObject ); in emitTilings()
4396 m_aOutline[i].m_nObject = createObject(); in emitOutline()
4410 rChild.m_nParentObject = rItem.m_nObject; in emitOutline()
4411 rChild.m_nPrevObject = (n > 0) ? m_aOutline[ rItem.m_aChildren[n-1] ].m_nObject : 0; in emitOutline()
4412 … rChild.m_nNextObject = (n < nChildren-1) ? m_aOutline[ rItem.m_aChildren[n+1] ].m_nObject : 0; in emitOutline()
4428 CHECK_RETURN( updateObject( rItem.m_nObject ) ); in emitOutline()
4429 aLine.append( rItem.m_nObject ); in emitOutline()
4442 aLine.append( m_aOutline[rItem.m_aChildren.front()].m_nObject ); in emitOutline()
4444 aLine.append( m_aOutline[rItem.m_aChildren.back()].m_nObject ); in emitOutline()
4451 appendUnicodeTextStringEncrypt( rItem.m_aTitle, rItem.m_nObject, aLine ); in emitOutline()
4479 return m_aOutline[0].m_nObject; in emitOutline()
4557 if( ! updateObject( rLink.m_nObject ) ) in emitLinkAnnotations()
4561 aLine.append( rLink.m_nObject ); in emitLinkAnnotations()
4675 … appendLiteralStringEncrypt( rLink.m_aURL, rLink.m_nObject, aLine, osl_getThreadTextEncoding() ); in emitLinkAnnotations()
4725 aURLNoMark, rLink.m_nObject, aLine, osl_getThreadTextEncoding() ); in emitLinkAnnotations()
4753 aURL , rLink.m_nObject, aLine, osl_getThreadTextEncoding() ); in emitLinkAnnotations()
4778 if( ! updateObject( rNote.m_nObject ) ) in emitNoteAnnotations()
4782 aLine.append( rNote.m_nObject ); in emitNoteAnnotations()
4802 appendUnicodeTextStringEncrypt( rNote.m_aContents.Contents, rNote.m_nObject, aLine ); in emitNoteAnnotations()
4809 appendUnicodeTextStringEncrypt( rNote.m_aContents.Title, rNote.m_nObject, aLine ); in emitNoteAnnotations()
5475 aLine.append( rWidget.m_nObject ); in emitWidgetAnnotations()
5524 … appendUnicodeTextStringEncrypt( rWidget.m_aListEntries[ nEntry ], rWidget.m_nObject, aValue ); in emitWidgetAnnotations()
5532 …tringEncrypt( rWidget.m_aListEntries[ rWidget.m_aSelectedEntries[0] ], rWidget.m_nObject, aValue ); in emitWidgetAnnotations()
5535 … appendUnicodeTextStringEncrypt( rtl::OUString(), rWidget.m_nObject, aValue ); in emitWidgetAnnotations()
5539 appendUnicodeTextStringEncrypt( rWidget.m_aValue, rWidget.m_nObject, aValue ); in emitWidgetAnnotations()
5544 appendUnicodeTextStringEncrypt( rWidget.m_aValue, rWidget.m_nObject, aValue ); in emitWidgetAnnotations()
5574 appendLiteralStringEncrypt( rWidget.m_aName, rWidget.m_nObject, aLine ); in emitWidgetAnnotations()
5582 appendUnicodeTextStringEncrypt( rWidget.m_aDescription, rWidget.m_nObject, aLine ); in emitWidgetAnnotations()
5609 appendUnicodeTextStringEncrypt( *it, rWidget.m_nObject, aLine ); in emitWidgetAnnotations()
5654 …appendLiteralStringEncrypt( rWidget.m_aListEntries.front(), rWidget.m_nObject, aLine, osl_getThrea… in emitWidgetAnnotations()
5706 appendLiteralStringEncrypt( rWidget.m_aDAString, rWidget.m_nObject, aLine ); in emitWidgetAnnotations()
5721 appendLiteralStringEncrypt(rWidget.m_aMKDictCAString, rWidget.m_nObject, aLine); in emitWidgetAnnotations()
5729 CHECK_RETURN( updateObject( rWidget.m_nObject ) ); in emitWidgetAnnotations()
5783 nStructureDict = m_aStructure[0].m_nObject = createObject(); in emitCatalog()
6028 aLine.append( m_aWidgets[j].m_nObject ); in emitCatalog()
6690 rCont.aObjects.insert( rWidget.m_nObject ); in sortWidgets()
6691 …rCont.aSortedAnnots.push_back( AnnotationSortEntry( rWidget.m_nTabOrder, rWidget.m_nObject, nW ) ); in sortWidgets()
8522 m_aTransparentObjects.back().m_nObject = createObject(); in drawTransparent()
8540 aObjName.append( m_aTransparentObjects.back().m_nObject ); in drawTransparent()
8555 pushResource( ResXObject, aTrName, m_aTransparentObjects.back().m_nObject ); in drawTransparent()
8668 m_aTransparentObjects.back().m_nObject = createObject(); in endTransparencyGroup()
8676 aObjName.append( m_aTransparentObjects.back().m_nObject ); in endTransparencyGroup()
8691 pushResource( ResXObject, aTrName, m_aTransparentObjects.back().m_nObject ); in endTransparencyGroup()
8705 m_aTransparentObjects.back().m_nObject = createObject(); in endTransparencyGroup()
8718 aObjName.append( m_aTransparentObjects.back().m_nObject ); in endTransparencyGroup()
8733 pushResource( ResXObject, aTrName, m_aTransparentObjects.back().m_nObject ); in endTransparencyGroup()
9344 CHECK_RETURN( updateObject( rObject.m_nObject ) ); in writeTransparentObject()
9354 CHECK_RETURN( updateObject( rObject.m_nObject ) ); in writeTransparentObject()
9355 aLine.append( rObject.m_nObject ); in writeTransparentObject()
9396 checkAndEnableStreamEncryption( rObject.m_nObject ); in writeTransparentObject()
9574 CHECK_RETURN( updateObject( rObject.m_nObject ) ); in writeGradientFunction()
9576 aLine.append( rObject.m_nObject ); in writeGradientFunction()
9600 CHECK_RETURN( updateObject( rObject.m_nObject ) ); in writeJPG()
9627 aLine.append( rObject.m_nObject ); in writeJPG()
9649 checkAndEnableStreamEncryption( rObject.m_nObject ); in writeJPG()
9660 aEmit.m_nObject = nMaskObject; in writeJPG()
9673 CHECK_RETURN( updateObject( rObject.m_nObject ) ); in writeBitmapObject()
9748 aLine.append( rObject.m_nObject ); in writeBitmapObject()
9795 enableStringEncryption( rObject.m_nObject ); in writeBitmapObject()
9898 checkAndEnableStreamEncryption( rObject.m_nObject ); in writeBitmapObject()
9953 aEmit.m_nObject = nMaskObject; in writeBitmapObject()
10011 rEmit.m_nObject = createObject(); in drawJPGBitmap()
10032 aLine.append( it->m_nObject ); in drawJPGBitmap()
10039 aLine.append( it->m_nObject ); in drawJPGBitmap()
10046 aObjName.append( it->m_nObject ); in drawJPGBitmap()
10047 pushResource( ResXObject, aObjName.makeStringAndClear(), it->m_nObject ); in drawJPGBitmap()
10070 aLine.append( rBitmap.m_nObject ); in drawBitmap()
10077 aLine.append( rBitmap.m_nObject ); in drawBitmap()
10119 m_aBitmaps.front().m_nObject = createObject(); in createBitmapEmit()
10126 aObjName.append( it->m_nObject ); in createBitmapEmit()
10127 pushResource( ResXObject, aObjName.makeStringAndClear(), it->m_nObject ); in createBitmapEmit()
10197 m_aGradients.front().m_nObject = createObject(); in createGradient()
10204 aObjName.append( it->m_nObject ); in createGradient()
10205 pushResource( ResShading, aObjName.makeStringAndClear(), it->m_nObject ); in createGradient()
10207 return it->m_nObject; in createGradient()
10392 aNameBuf.append( rEmit.m_nObject ); in drawWallpaper()
10405 m_aTilings.back().m_nObject = createObject(); in drawWallpaper()
10412 m_aTilings.back().m_aResources.m_aXObjects[aImageName] = rEmit.m_nObject; in drawWallpaper()
10418 aObjName.append( m_aTilings.back().m_nObject ); in drawWallpaper()
10420 pushResource( ResPattern, aPatternName, m_aTilings.back().m_nObject ); in drawWallpaper()
10502 rTile.m_nObject = createObject(); in endPattern()
10518 aObjName.append( rTile.m_nObject ); in endPattern()
10519 pushResource( ResPattern, aObjName.makeStringAndClear(), rTile.m_nObject ); in endPattern()
10556 aStream.append( m_aTilings[ nPattern ].m_nObject ); in drawPolyPolygon()
10837 m_aNotes.back().m_nObject = createObject(); in createNote()
10844 m_aPages[ nPageNr ].m_aAnnotations.push_back( m_aNotes.back().m_nObject ); in createNote()
10858 m_aLinks.back().m_nObject = createObject(); in createLink()
10865 m_aPages[ nPageNr ].m_aAnnotations.push_back( m_aLinks.back().m_nObject ); in createLink()
11111 m_aPages[ m_nCurrentPage ].m_aMCIDParents.push_back( rEle.m_nObject ); in beginStructureElementMCSeq()
11243 rEle.m_nObject = createObject(); in beginStructureElement()
11245 m_aStructure[ rEle.m_nParentElement ].m_aKids.push_back( rEle.m_nObject ); in beginStructureElement()
11361 rEleNew.m_nObject = createObject();//assign a PDF object number in addInternalStructureContainer()
11363 aNewKids.push_back( PDFStructureElementKid( rEleNew.m_nObject ) ); in addInternalStructureContainer()
11908 m_aWidgets.back().m_nObject = createObject(); in findRadioGroupWidget()
11933 m_aWidgets.back().m_nObject = createObject(); in createControl()
11996 rRadioButton.m_aKids.push_back( rNewWidget.m_nObject ); in createControl()
11998 rNewWidget.m_nParent = rRadioButton.m_nObject; in createControl()
12100 m_aPages[ nPageNr ].m_aAnnotations.push_back( rNewWidget.m_nObject ); in createControl()