Lines Matching refs:sal_uInt32

953 const sal_uInt32 DFF_DGG_CLUSTER_SIZE       = 0x00000400;   /// Shape IDs per cluster in DGG atom.
976 sal_uInt32 GetConnectorRule( sal_Bool bFirst );
989 sal_uInt32 GetClosestPoint( const Polygon& rPoly, const ::com::sun::star::awt::Point& rP );
994 sal_uInt32 nContPos;
1002 sal_uInt32 nContPos;
1026 sal_uInt32 mnID;
1027 sal_uInt32 mnOffset;
1028 EscherPersistEntry( sal_uInt32 nId, sal_uInt32 nOffset ) { mnID = nId; mnOffset = nOffset; }; in EscherPersistEntry()
1042 sal_uInt32 mnIdentifier[ 4 ];
1043 sal_uInt32 mnPictureOffset; // offset auf die grafik im PictureStreams
1044 sal_uInt32 mnSize; // size of real graphic
1046 sal_uInt32 mnRefCount; // !! reference count
1047 sal_uInt32 mnSizeExtra; // !! size of preceding header
1059 EscherBlibEntry( sal_uInt32 nPictureOffset, const GraphicObject& rObj,
1064 void WriteBlibEntry( SvStream& rSt, sal_Bool bWritePictureOffset, sal_uInt32 nResize = 0 );
1077 sal_uInt32 mnFlags;
1080 sal_uInt32 mnBlibBufSize;
1081 sal_uInt32 mnBlibEntrys;
1087 sal_uInt32 ImplInsertBlib( EscherBlibEntry* p_EscherBlibEntry );
1091 sal_uInt32 GetBlibStoreContainerSize( SvStream* pMergePicStreamBSE = NULL ) const;
1093 sal_Bool WriteBlibStoreEntry(SvStream& rStrm, sal_uInt32 nBlipId,
1094 sal_Bool bWritePictureOffset, sal_uInt32 nResize = 0);
1095sal_uInt32 GetBlibID( SvStream& rPicOutStream, const ByteString& rGraphicId, const Rectangle& rBou…
1101 sal_Bool GetPrefSize( const sal_uInt32 nBlibId, Size& rSize, MapMode& rMapMode );
1106 EscherGraphicProvider( sal_uInt32 nFlags = _E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES );
1118sal_uInt32 GetShapeId( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape…
1120 …e( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &, sal_uInt32 nId );
1145 sal_uInt32 nPropSize;
1146 sal_uInt32 nPropValue;
1160 sal_uInt32 nSortCount;
1161 sal_uInt32 nSortBufSize;
1162 sal_uInt32 nCountCount;
1163 sal_uInt32 nCountSize;
1167 sal_uInt32 ImplGetColor( const sal_uInt32 rColor, sal_Bool bSwap = sal_True );
1169 sal_uInt32 nBlibId, sal_Bool bCreateCroppingAttributes );
1187 void AddOpt( sal_uInt16 nPropertyID, sal_uInt32 nPropValue,
1190 void AddOpt( sal_uInt16 nPropertyID, sal_Bool bBlib, sal_uInt32 nPropValue,
1191 sal_uInt8* pProp, sal_uInt32 nPropSize );
1193 sal_Bool GetOpt( sal_uInt16 nPropertyID, sal_uInt32& rPropValue ) const;
1222sal_uInt32 nFlags, sal_Bool bBezier, ::com::sun::star::awt::Rectangle& rGeoRect, Polygon* pPolygon…
1224 …static sal_uInt32 GetGradientColor( const ::com::sun::star::awt::Gradient* pGradient, sal_uInt32 n…
1231 …onst ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &, sal_uInt32 nText,
1251 …n::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags );
1252 …::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags, r…
1271 sal_Bool PtIsID( sal_uInt32 nID );
1272 void PtInsert( sal_uInt32 nID, sal_uInt32 nOfs );
1273 sal_uInt32 PtDelete( sal_uInt32 nID );
1274 sal_uInt32 PtGetOffsetByID( sal_uInt32 nID );
1275 sal_uInt32 PtReplace( sal_uInt32 nID, sal_uInt32 nOfs );
1276 sal_uInt32 PtReplaceOrInsert( sal_uInt32 nID, sal_uInt32 nOfs );
1277 sal_uInt32 PtGetCount() const { return maPersistTable.Count(); }; in PtGetCount()
1362 …explicit EscherExGlobal( sal_uInt32 nGraphicProvFlags = _E_GRAPH_PROV_DO_NOT_ROTATE_MET…
1366 sal_uInt32 GenerateDrawingId();
1371 sal_uInt32 GenerateShapeId( sal_uInt32 nDrawingId, bool bIsInSpgr );
1374 sal_uInt32 GetDrawingShapeCount( sal_uInt32 nDrawingId ) const;
1377 sal_uInt32 GetLastShapeId( sal_uInt32 nDrawingId ) const;
1384 sal_uInt32 GetDggAtomSize() const;
1414sal_uInt32 mnDrawingId; /// Identifier of drawing this cluster belongs to (one-bas…
1415 sal_uInt32 mnNextShapeId; /// Next free shape identifier in this cluster.
1416 …inline explicit ClusterEntry( sal_uInt32 nDrawingId ) : mnDrawingId( nDrawingId ), mnNextShape… in ClusterEntry()
1422sal_uInt32 mnClusterId; /// Currently used cluster (one-based index into maCluster…
1423 sal_uInt32 mnShapeCount; /// Current number of shapes in this drawing.
1424sal_uInt32 mnLastShapeId; /// Last shape identifier generated for this drawing.
1425 …inline explicit DrawingInfo( sal_uInt32 nClusterId ) : mnClusterId( nClusterId ), mnShapeCount… in DrawingInfo()
1452 sal_uInt32 mnStrmStartOfs;
1453 std::vector< sal_uInt32 > mOffsets;
1456 sal_uInt32 mnCurrentDg;
1457 sal_uInt32 mnCountOfs;
1459 sal_uInt32 mnGroupLevel;
1467 virtual sal_Bool DoSeek( sal_uInt32 nKey );
1475 …inline sal_uInt32 GenerateShapeId() { return mxGlobal->GenerateShapeId( mnCurrentDg, mbEscherSpg… in GenerateShapeId()
1513 void InsertAtCurrentPos( sal_uInt32 nBytes, bool bExpandEndOfAtom );
1515 …void InsertPersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset ); // Es wird nicht geprueft, ob sic…
1516 void ReplacePersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset );
1517 sal_uInt32 GetPersistOffset( sal_uInt32 nKey );
1518 sal_Bool SeekToPersistOffset( sal_uInt32 nKey );
1519 …virtual sal_Bool InsertAtPersistOffset( sal_uInt32 nKey, sal_uInt32 nValue );// nValue wird im Str…
1539 …virtual void AddAtom( sal_uInt32 nAtomSitze, sal_uInt16 nRecType, int nRecVersion = 0, int nRecIns…
1543 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
1544 sal_uInt32 EnterGroup( const Rectangle* pBoundRect = NULL );
1545 sal_uInt32 GetGroupLevel() const { return mnGroupLevel; }; in GetGroupLevel()
1546 virtual sal_Bool SetGroupSnapRect( sal_uInt32 nGroupLevel, const Rectangle& rRect );
1547 virtual sal_Bool SetGroupLogicRect( sal_uInt32 nGroupLevel, const Rectangle& rRect );
1551 virtual void AddShape( sal_uInt32 nShpInstance, sal_uInt32 nFlagIds, sal_uInt32 nShapeID = 0 );
1555 sal_uInt32 GetColor( const sal_uInt32 nColor, sal_Bool bSwap = sal_True );
1556 sal_uInt32 GetColor( const Color& rColor, sal_Bool bSwap = sal_True );
1564 sal_uInt32 AddSdrObject( const SdrObject& rObj );
1580 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
1601 …virtual sal_uInt32 QueryTextID( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing:…
1603 sal_uInt32 AddDummyShape();