/aoo4110/main/vcl/inc/win/ |
H A D | wincomp.hxx | 47 inline HPEN GetStockPen( int nObject ) in GetStockPen() argument 49 return (HPEN)GetStockObject( nObject ); in GetStockPen() 62 inline HBRUSH GetStockBrush( int nObject ) in GetStockBrush() argument 64 return (HBRUSH)GetStockObject( nObject ); in GetStockBrush() 77 inline HFONT GetStockFont( int nObject ) in GetStockFont() argument 79 return (HFONT)GetStockObject( nObject ); in GetStockFont() 97 inline HPALETTE GetStockPalette( int nObject ) in GetStockPalette() argument 99 return (HPALETTE)GetStockObject( nObject ); in GetStockPalette()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | zoomlist.cxx | 68 for (sal_uLong nObject=0; nObject<List::Count(); nObject++) in ~ZoomList() local 70 for (sal_uLong nObject=0; nObject<Count(); nObject++) in ~ZoomList() 74 delete ((Rectangle*) GetObject(nObject)); in ~ZoomList()
|
H A D | outlview.cxx | 1141 for (sal_uLong nObject = 0; nObject < nObjectCount; nObject++) in GetTitleTextObject() local 1143 pObject = pPage->GetObj(nObject); in GetTitleTextObject() 1167 for (sal_uLong nObject = 0; nObject < nObjectCount; nObject++) in GetOutlineTextObject() local 1169 pObject = pPage->GetObj(nObject); in GetOutlineTextObject()
|
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 410 sal_Int32 nObject = s_aEmitObjects[i].first; in write_objects() local 412 PDFObject* pStream = i_pPDFFile->findObject( nObject, nGeneration ); in write_objects() 415 fprintf( stderr, "object %d %d not found !\n", (int)nObject, (int)nGeneration ); in write_objects() 421 aOutStream.append( nObject ); in write_objects() 482 sal_Int32 nObject = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 485 nObject = aToken.getToken( 0, ':', nGenIndex ).toInt32(); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 488 … s_aEmitObjects.push_back( std::pair<sal_Int32,sal_Int32>(nObject,nGeneration) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 958 for( sal_uInt16 nObject = 0; nObject < pObjList->GetObjCount(); nObject++ ) in AddObj() local 960 SdrObject* pSnapShot = (SdrObject*) pObjList->GetObj( (sal_uLong) nObject ); in AddObj() 1004 for( sal_uLong nObject= 0; nObject < nMarkCount; nObject++ ) in AddObj() local 1007 SdrObject* pObject = rMarkList.GetMark( nObject )->GetMarkedSdrObj(); in AddObj() 1027 for (sal_uLong nObject= 0; nObject < nMarkCount; nObject++) in AddObj() local 1028 pObjList->InsertObject(rMarkList.GetMark(nObject)->GetMarkedSdrObj()->Clone(), LIST_APPEND); in AddObj()
|
H A D | dlgassim.cxx | 130 for (sal_uLong nObject = 0; nObject < nObjectCount; nObject++) in Fill() local 132 SdrObject* pObject = pPage->GetObj(nObject); in Fill()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuoaprms.cxx | 97 sal_uLong nObject = 0; in DoExecute() local 199 for( nObject = 1; nObject < nCount; nObject++ ) in DoExecute() 201 pMark = rMarkList.GetMark( nObject ); in DoExecute() 699 for (nObject = 0; nObject < nCount; nObject++) in DoExecute() 701 SdrObject* pObject = rMarkList.GetMark(nObject)->GetMarkedSdrObj(); in DoExecute()
|
/aoo4110/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 63 bool insertXref( unsigned int nObject, unsigned int nGeneration, unsigned int nOffset ) in insertXref() 65 XRefTable::iterator it = m_aXRefTable.find( nObject ); in insertXref() 69 m_aXRefTable[ nObject ] = std::pair<unsigned int, unsigned int>(nGeneration,nOffset); in insertXref() 88 unsigned int nObject, unsigned int nGeneration ) const in decrypt() 91 return pFile ? pFile->decrypt( pInBuffer, nLen, pOutBuffer, nObject, nGeneration ) : false; in decrypt() 94 void setDecryptObject( unsigned int nObject, unsigned int nGeneration ) in setDecryptObject() 96 m_nDecryptObject = nObject; in setDecryptObject() 1082 unsigned int nObject, unsigned int nGeneration ) const in decrypt() argument 1092 m_pData->m_aDecryptionKey[i++] = sal_uInt8(nObject&0xff); in decrypt() 1093 m_pData->m_aDecryptionKey[i++] = sal_uInt8((nObject>>8)&0xff); in decrypt() [all …]
|
H A D | pdfparse.cxx | 414 unsigned int nObject = m_aUIntStack.back(); in beginObject() local 417 PDFObject* pObj = new PDFObject( nObject, nGeneration ); in beginObject() 446 unsigned int nObject = m_aUIntStack.back(); in pushObjectRef() local 448 insertNewValue( new PDFObjectRef(nObject,nGeneration), first ); in pushObjectRef()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 2571 if( nObject > 0 ) in emitStructParentTree() 2590 return nObject; in emitStructParentTree() 6113 nObject = 0; in emitInfoDict() 6116 nObject = 0; in emitInfoDict() 6118 return nObject; in emitInfoDict() 6216 nObject = 0; in emitNamedDestinations() 6218 return nObject; in emitNamedDestinations() 6471 nObject = 0; in emitDocumentMetadata() 6473 return nObject; in emitDocumentMetadata() 6623 sal_Int32 nObject; member [all …]
|
H A D | pdfwriter_impl.hxx | 509 sal_Int32 nObject; // an object number if nMCID is -1, member 513 PDFStructureElementKid( sal_Int32 nObj ) : nObject( nObj ), nMCID( -1 ) {} in PDFStructureElementKid() 514 … PDFStructureElementKid( sal_Int32 MCID, sal_Int32 nPage ) : nObject( nPage ), nMCID( MCID ) {} in PDFStructureElementKid() 824 void checkAndEnableStreamEncryption( register sal_Int32 nObject ); 829 void enableStringEncryption( register sal_Int32 nObject ); 880 sal_Int32 emitBuiltinFont( const ImplFontData*, sal_Int32 nObject = -1 ); 905 void pushResource( ResourceKind eKind, const rtl::OString& rResource, sal_Int32 nObject );
|
H A D | pdfwriter_impl2.cxx | 1164 void PDFWriterImpl::checkAndEnableStreamEncryption( register sal_Int32 nObject ) in checkAndEnableStreamEncryption() argument 1170 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in checkAndEnableStreamEncryption() 1171 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in checkAndEnableStreamEncryption() 1172 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in checkAndEnableStreamEncryption() 1184 void PDFWriterImpl::enableStringEncryption( register sal_Int32 nObject ) in enableStringEncryption() argument 1189 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in enableStringEncryption() 1190 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in enableStringEncryption() 1191 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in enableStringEncryption()
|
/aoo4110/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1064 for (sal_uLong nObject = 0; nObject < nObjectCount; nObject++) in GetLayoutTextObject() local 1066 pObject = pPage->GetObj(nObject); in GetLayoutTextObject() 1637 for (sal_uLong nObject = 0; nObject < nClickableObjectCount; nObject++) in CreateHtmlForPresPages() local 1639 SdrObject* pObject = (SdrObject*)aClickableObjects.GetObject(nObject); in CreateHtmlForPresPages()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | msgpool.hxx | 56 const SfxSlot* SeekSlot( sal_uInt16 nObject );
|
/aoo4110/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 258 unsigned int nObject, unsigned int nGeneration ) const;
|