Lines Matching refs:sal_uInt32

45 sal_uInt32 PptEscherEx::DrawingGroupContainerSize()  in DrawingGroupContainerSize()
52 sal_uInt32 nSize = DrawingGroupContainerSize(); in WriteDrawingGroupContainer()
53 rSt << (sal_uInt32)( 0xf | ( 1035 << 16 ) ) // EPP_PPDrawingGroup in WriteDrawingGroupContainer()
54 << (sal_uInt32)( nSize - 8 ); in WriteDrawingGroupContainer()
61 sal_uInt32 PptEscherEx::ImplDggContainerSize() in ImplDggContainerSize()
63 sal_uInt32 nSize; in ImplDggContainerSize()
75 sal_uInt32 nSize = ImplDggContainerSize(); in ImplWriteDggContainer()
78 rSt << (sal_uInt32)( 0xf | ( ESCHER_DggContainer << 16 ) ) in ImplWriteDggContainer()
79 << (sal_uInt32)( nSize - 8 ); in ImplWriteDggContainer()
93 sal_uInt32 PptEscherEx::ImplOptAtomSize() in ImplOptAtomSize()
95 sal_uInt32 nSize = 0; in ImplOptAtomSize()
103 sal_uInt32 nSize = ImplOptAtomSize(); in ImplWriteOptAtom()
106 rSt << (sal_uInt32)( ( ESCHER_OPT << 16 ) | ( ESCHER_OPT_COUNT << 4 ) | 0x3 ) in ImplWriteOptAtom()
107 << (sal_uInt32)( nSize - 8 ) in ImplWriteOptAtom()
108 << (sal_uInt16)ESCHER_Prop_fillColor << (sal_uInt32)0xffb800 in ImplWriteOptAtom()
109 << (sal_uInt16)ESCHER_Prop_fillBackColor << (sal_uInt32)0 in ImplWriteOptAtom()
110 << (sal_uInt16)ESCHER_Prop_fNoFillHitTest << (sal_uInt32)0x00100010 in ImplWriteOptAtom()
111 << (sal_uInt16)ESCHER_Prop_lineColor << (sal_uInt32)0x8000001 in ImplWriteOptAtom()
112 << (sal_uInt16)ESCHER_Prop_fNoLineDrawDash << (sal_uInt32)0x00080008 in ImplWriteOptAtom()
113 << (sal_uInt16)ESCHER_Prop_shadowColor << (sal_uInt32)0x8000002; in ImplWriteOptAtom()
121 sal_uInt32 PptEscherEx::ImplSplitMenuColorsAtomSize() in ImplSplitMenuColorsAtomSize()
123 sal_uInt32 nSize = 0; in ImplSplitMenuColorsAtomSize()
131 sal_uInt32 nSize = ImplSplitMenuColorsAtomSize(); in ImplWriteSplitMenuColorsAtom()
134 rSt << (sal_uInt32)( ( ESCHER_SplitMenuColors << 16 ) | ( ESCHER_SPLIT_MENU_COLORS_COUNT << 4 ) ) in ImplWriteSplitMenuColorsAtom()
135 << (sal_uInt32)( nSize - 8 ) in ImplWriteSplitMenuColorsAtom()
136 << (sal_uInt32)0x08000004 in ImplWriteSplitMenuColorsAtom()
137 << (sal_uInt32)0x08000001 in ImplWriteSplitMenuColorsAtom()
138 << (sal_uInt32)0x08000002 in ImplWriteSplitMenuColorsAtom()
139 << (sal_uInt32)0x100000f7; in ImplWriteSplitMenuColorsAtom()
154 *mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | 0xf ) << n_EscherContainer << (sal_uInt32)0; in OpenContainer()
168 *mpOutStrm << (sal_uInt32)0 // The number of shapes in this drawing in OpenContainer()
169 << (sal_uInt32)0; // The last MSOSPID given to an SP in this DG in OpenContainer()
203 sal_uInt32 nSize, nPos = mpOutStrm->Tell(); in CloseContainer()
242 sal_uInt32 PptEscherEx::EnterGroup( Rectangle* pBoundRect, SvMemoryStream* pClientData ) in EnterGroup()
244 sal_uInt32 nShapeId = 0; in EnterGroup()
289 sal_uInt32 nSize = pClientData->Tell(); in EnterGroup()
292 *mpOutStrm << (sal_uInt32)( ( ESCHER_ClientData << 16 ) | 0xf ) in EnterGroup()