| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 71 sal_uInt32 nMagic; 72 sal_uInt32 nCurrentUserEdit; 92 sal_uInt32 nImportFlags; 96 PowerPointImportParam( SvStream& rDocStream, sal_uInt32 nImportFlags, MSFilterTracer* pTracer ); 101 sal_uInt32 nIndex; 120 sal_uInt32 nSoundRef; 121 sal_uInt32 nExHyperlinkId; 174 const sal_uInt32 PPTInventor =sal_uInt32('P')*0x00000001+ 175 sal_uInt32('P')*0x00000100+ 176 sal_uInt32('T')*0x00010000+ [all …]
|
| H A D | escherex.hxx | 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 [all …]
|
| /trunk/main/basic/source/inc/ |
| H A D | runtime.hxx | 193 sal_uInt32 nStdDateIdx, nStdTimeIdx, nStdDateTimeIdx; 246 sal_uInt32 GetStdDateIdx() const { return nStdDateIdx; } in GetStdDateIdx() 247 sal_uInt32 GetStdTimeIdx() const { return nStdTimeIdx; } in GetStdTimeIdx() 248 sal_uInt32 GetStdDateTimeIdx() const { return nStdDateTimeIdx; } in GetStdDateTimeIdx() 252 sal_uInt32 &rnStdDateIdx, sal_uInt32 &rnStdTimeIdx, sal_uInt32 &rnStdDateTimeIdx, 278 typedef void( SbiRuntime::*pStep1 )( sal_uInt32 nOp1 ); 279 typedef void( SbiRuntime::*pStep2 )( sal_uInt32 nOp1, sal_uInt32 nOp2 ); 321 sal_uInt32 m_nLastTime; 349 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, sal_Bool bStatic = … 350 void SetupArgs( SbxVariable*, sal_uInt32 ); [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | inetmime.hxx | 148 static inline bool isUSASCII(sal_uInt32 nChar); 156 static inline bool isISO88591(sal_uInt32 nChar); 165 static inline bool isControl(sal_uInt32 nChar); 174 static inline bool isWhiteSpace(sal_uInt32 nChar); 183 static inline bool isVisible(sal_uInt32 nChar); 192 static inline bool isDigit(sal_uInt32 nChar); 201 static inline bool isCanonicHexDigit(sal_uInt32 nChar); 210 static inline bool isHexDigit(sal_uInt32 nChar); 219 static inline bool isUpperCase(sal_uInt32 nChar); 228 static inline bool isLowerCase(sal_uInt32 nChar); [all …]
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xlcontent.hxx | 77 const sal_uInt32 EXC_CF_BORDER_LEFT = 0x00000400; /// Left border line modified? 78 const sal_uInt32 EXC_CF_BORDER_RIGHT = 0x00000800; /// Right border line modified? 79 const sal_uInt32 EXC_CF_BORDER_TOP = 0x00001000; /// Top border line modified? 80 const sal_uInt32 EXC_CF_BORDER_BOTTOM = 0x00002000; /// Bottom border line modified? 81 const sal_uInt32 EXC_CF_BORDER_ALL = 0x00003C00; /// Any border line modified? 82 const sal_uInt32 EXC_CF_AREA_PATTERN = 0x00010000; /// Pattern modified? 83 const sal_uInt32 EXC_CF_AREA_FGCOLOR = 0x00020000; /// Foreground color modified? 84 const sal_uInt32 EXC_CF_AREA_BGCOLOR = 0x00040000; /// Background color modified? 85 const sal_uInt32 EXC_CF_AREA_ALL = 0x00070000; /// Any area attribute modified? 86 const sal_uInt32 EXC_CF_ALLDEFAULT = 0x003FFFFF; /// Default flags. [all …]
|
| H A D | xestyle.hxx | 88 …sal_uInt32 InsertColor( const Color& rColor, XclExpColorType eType, sal_uInt16 nAutoDefau… 90 static sal_uInt32 GetColorIdFromIndex( sal_uInt16 nIndex ); 96 sal_uInt16 GetColorIndex( sal_uInt32 nColorId ) const; 104 sal_uInt32 nForeColorId, sal_uInt32 nBackColorId ) const; 176 inline sal_uInt32 GetFontColorId() const { return mnColorId; } in GetFontColorId() 179 virtual bool Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const; 189 sal_uInt32 mnColorId; /// Unique color ID for text color. 190 sal_uInt32 mnHash; /// Hash value for fast comparison. 202 virtual bool Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const; 379 sal_uInt32 mnLeftColorId; /// Color ID for left line. [all …]
|
| /trunk/main/sal/inc/rtl/ |
| H A D | textcvt.h | 67 #define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_ERROR ((sal_uInt32)0x0001) 68 #define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_IGNORE ((sal_uInt32)0x0002) 69 #define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_MAPTOPRIVATE ((sal_uInt32)0x0003) 70 #define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_DEFAULT ((sal_uInt32)0x0004) 71 #define RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_ERROR ((sal_uInt32)0x0010) 72 #define RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_IGNORE ((sal_uInt32)0x0020) 73 #define RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_DEFAULT ((sal_uInt32)0x0030) 74 #define RTL_TEXTTOUNICODE_FLAGS_INVALID_ERROR ((sal_uInt32)0x0100) 75 #define RTL_TEXTTOUNICODE_FLAGS_INVALID_IGNORE ((sal_uInt32)0x0200) 76 #define RTL_TEXTTOUNICODE_FLAGS_INVALID_DEFAULT ((sal_uInt32)0x0300) [all …]
|
| H A D | digest.h | 117 sal_uInt32 SAL_CALL rtl_digest_queryLength ( 131 const sal_uInt8 *pData, sal_uInt32 nDatLen 144 const void *pData, sal_uInt32 nDatLen 162 sal_uInt8 *pBuffer, sal_uInt32 nBufLen 196 const void *pData, sal_uInt32 nDatLen 205 sal_uInt8 *pBuffer, sal_uInt32 nBufLen 224 const void *pData, sal_uInt32 nDatLen, 225 sal_uInt8 *pBuffer, sal_uInt32 nBufLen 259 const void *pData, sal_uInt32 nDatLen 268 sal_uInt8 *pBuffer, sal_uInt32 nBufLen [all …]
|
| /trunk/main/sd/source/filter/eppt/ |
| H A D | eppt.cxx | 123 SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags ) : in PPTWriter() 145 sal_uInt32 i; in PPTWriter() 247 sal_uInt32 nValue = mnStatMaxValue + ( mnStatMaxValue >> 3 ); in PPTWriter() 299 static inline sal_uInt32 PPTtoEMU( sal_Int32 nPPT ) in PPTtoEMU() 301 return (sal_uInt32)( (double)nPPT * 1587.5 ); in PPTtoEMU() 312 sal_uInt32 nLenOfUserName = strlen( pUserName ); in ImplCreateCurrentUserStream() 313 sal_uInt32 nSizeOfRecord = 0x14 + ( ( nLenOfUserName + 4 ) & ~ 3 ); in ImplCreateCurrentUserStream() 316 *mpCurUserStrm << (sal_uInt32)0x14 // Len in ImplCreateCurrentUserStream() 317 << (sal_uInt32)0xe391c05f; // Magic in ImplCreateCurrentUserStream() 319 sal_uInt32 nEditPos = mpCurUserStrm->Tell(); in ImplCreateCurrentUserStream() [all …]
|
| H A D | eppt.hxx | 154 sal_uInt32 nParaFlags; 160 sal_uInt32 nNumberingType; // in wirlichkeit ist dies ein SvxEnum 161 sal_uInt32 nHorzAdjust; 162 sal_uInt32 nBulletColor; 173 sal_uInt32 nMappedNumType; 258 sal_uInt32 GetId( FontCollectionEntry& rFontDescriptor ); 259 sal_uInt32 GetCount() const { return List::Count(); }; in GetCount() 260 const FontCollectionEntry* GetById( sal_uInt32 nId ); 310 sal_uInt32 mnFontColor; 332 sal_uInt32 mnBulletColor; [all …]
|
| H A D | epptso.cxx | 164 sal_uInt32 nId = 0; in GetId() 222 for ( sal_uInt32 i = 0; i < mnCurrentGroupEntry; delete mpGroupEntry[ i++ ] ) ; in ~GroupTable() 228 void GroupTable::ImplResizeGroupTable( sal_uInt32 nEntrys ) in ImplResizeGroupTable() 234 for ( sal_uInt32 i = 0; i < mnCurrentGroupEntry; i++ ) in ImplResizeGroupTable() 265 sal_uInt32 GroupTable::GetGroupsClosed() in GetGroupsClosed() 267 sal_uInt32 nRet = mnGroupsClosed; in GetGroupsClosed() 276 for ( sal_uInt32 i = 0; i < mnCurrentGroupEntry; i++, delete mpGroupEntry[ i ] ) ; in ClearGroupTable() 282 void GroupTable::ResetGroupTable( sal_uInt32 nCount ) in ResetGroupTable() 367 sal_uInt32 FontCollection::GetId( FontCollectionEntry& rEntry ) in GetId() 371 const sal_uInt32 nFonts = GetCount(); in GetId() [all …]
|
| H A D | escherex.cxx | 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() [all …]
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b3dpolygon.cxx | 85 explicit CoordinateDataArray3D(sal_uInt32 nCount) in CoordinateDataArray3D() 95 …CoordinateDataArray3D(const CoordinateDataArray3D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in CoordinateDataArray3D() 107 const sal_uInt32 nPointCount(maVector.size()); in getNormal() 111 sal_uInt32 nISmallest(0); in getNormal() 112 sal_uInt32 a(0); in getNormal() 171 sal_uInt32 count() const in count() 181 const basegfx::B3DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate() 186 void setCoordinate(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setCoordinate() 191 void insert(sal_uInt32 nIndex, const CoordinateData3D& rValue, sal_uInt32 nCount) in insert() 202 void insert(sal_uInt32 nIndex, const CoordinateDataArray3D& rSource) in insert() [all …]
|
| H A D | b2dpolygon.cxx | 70 explicit CoordinateDataArray2D(sal_uInt32 nCount) in CoordinateDataArray2D() 80 …CoordinateDataArray2D(const CoordinateDataArray2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in CoordinateDataArray2D() 85 sal_uInt32 count() const in count() 95 const basegfx::B2DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate() 100 void setCoordinate(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setCoordinate() 105 void reserve(sal_uInt32 nCount) in reserve() 115 void insert(sal_uInt32 nIndex, const CoordinateData2D& rValue, sal_uInt32 nCount) in insert() 126 void insert(sal_uInt32 nIndex, const CoordinateDataArray2D& rSource) in insert() 128 const sal_uInt32 nCount(rSource.maVector.size()); in insert() 141 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() [all …]
|
| H A D | b2dpolypolygontools.cxx | 43 const sal_uInt32 nCount(aRetval.count()); in correctOrientations() 45 for(sal_uInt32 a(0L); a < nCount; a++) in correctOrientations() 49 sal_uInt32 nDepth(0L); in correctOrientations() 51 for(sal_uInt32 b(0L); b < nCount; b++) in correctOrientations() 80 const sal_uInt32 nCount(rCandidate.count()); in correctOutmostPolygon() 84 for(sal_uInt32 a(0L); a < nCount; a++) in correctOutmostPolygon() 87 sal_uInt32 nDepth(0L); in correctOutmostPolygon() 89 for(sal_uInt32 b(0L); b < nCount; b++) in correctOutmostPolygon() 126 const sal_uInt32 nPolygonCount(rCandidate.count()); in adaptiveSubdivideByDistance() 129 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in adaptiveSubdivideByDistance() [all …]
|
| H A D | b2dpolypolygonrasterconverter.cxx | 51 bool sort( const float *pInput, sal_uInt32 nNumElements, sal_uInt32 dwStride ); 53 inline sal_uInt32 *indices( void ) const { return m_indices1; } in indices() 59 sal_uInt32 m_current_size; 62 sal_uInt32 m_previous_size; 65 sal_uInt32 *m_indices1; 66 sal_uInt32 *m_indices2; 68 sal_uInt32 m_counter[256*4]; 69 sal_uInt32 m_offset[256]; 74 bool resize( sal_uInt32 nNumElements ); 76 … bool prepareCounters( const float *pInput, sal_uInt32 nNumElements, sal_uInt32 dwStride ); [all …]
|
| H A D | b2dpolygontools.cxx | 110 sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const B2DPolygon& rCandidate) in getIndexOfPredecessor() 128 sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B2DPolygon& rCandidate) in getIndexOfSuccessor() 171 B2VectorContinuity getContinuityInPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getContinuityInPoint() 180 const sal_uInt32 nPointCount(rCandidate.count()); in adaptiveSubdivideByDistance() 186 … const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in adaptiveSubdivideByDistance() 196 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByDistance() 199 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in adaptiveSubdivideByDistance() 263 const sal_uInt32 nPointCount(rCandidate.count()); in adaptiveSubdivideByAngle() 269 … const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in adaptiveSubdivideByAngle() 293 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByAngle() [all …]
|
| /trunk/main/vcl/source/fontsubset/ |
| H A D | ttcr.cxx | 52 sal_uInt32 tag; /**< TrueType file tag */ 73 sal_uInt32 tag; 74 sal_uInt32 length; 87 _inline sal_uInt32 mkTag(sal_uInt8 a, sal_uInt8 b, sal_uInt8 c, sal_uInt8 d) { in mkTag() 92 _inline sal_Int16 GetInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt16() 106 _inline sal_uInt16 GetUInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt16() 120 _inline sal_Int32 GetInt32( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt32() 136 _inline sal_uInt32 GetUInt32( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt32() 138 sal_uInt32 t; in GetUInt32() 154 _inline void PutInt16(sal_Int16 val, sal_uInt8 *ptr, sal_uInt32 offset, int bigendian) in PutInt16() [all …]
|
| /trunk/main/oox/inc/oox/ole/ |
| H A D | axcontrol.hxx | 75 const sal_uInt32 AX_SYSCOLOR_WINDOWBACK = 0x80000005; 76 const sal_uInt32 AX_SYSCOLOR_WINDOWFRAME = 0x80000006; 77 const sal_uInt32 AX_SYSCOLOR_WINDOWTEXT = 0x80000008; 78 const sal_uInt32 AX_SYSCOLOR_BUTTONFACE = 0x8000000F; 79 const sal_uInt32 AX_SYSCOLOR_BUTTONTEXT = 0x80000012; 81 const sal_uInt32 AX_FLAGS_ENABLED = 0x00000002; 82 const sal_uInt32 AX_FLAGS_LOCKED = 0x00000004; 83 const sal_uInt32 AX_FLAGS_OPAQUE = 0x00000008; 84 const sal_uInt32 AX_FLAGS_COLUMNHEADS = 0x00000400; 85 const sal_uInt32 AX_FLAGS_ENTIREROWS = 0x00000800; [all …]
|
| /trunk/main/store/source/ |
| H A D | stordata.hxx | 41 #define STORE_MAGIC_DATAPAGE sal_uInt32(0x94190310) 56 static const sal_uInt32 theTypeId = STORE_MAGIC_DATAPAGE; 120 virtual storeError guard (sal_uInt32 nAddr); 121 virtual storeError verify (sal_uInt32 nAddr) const; 129 #define STORE_MAGIC_INDIRECTPAGE sal_uInt32(0x89191107) 142 sal_uInt32 m_pData[1]; 146 static const sal_uInt32 theTypeId = STORE_MAGIC_INDIRECTPAGE; 169 return sal_uInt16(capacity(rDescr) / sizeof(sal_uInt32)); in capacityCount() 173 return sal_uInt16(capacity() / sizeof(sal_uInt32)); in capacityCount() 191 sal_uInt32 nCRC32 = 0; in guard() [all …]
|
| H A D | lockbyte.cxx | 58 storeError ILockBytes::readPageAt (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt() 67 storeError ILockBytes::writePageAt (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt() 75 sal_uInt32 const offset = pagedata->location(); in writePageAt() 87 storeError ILockBytes::readAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt() 109 storeError ILockBytes::writeAt (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in writeAt() 131 storeError ILockBytes::getSize (sal_uInt32 & rnSize) in getSize() 137 storeError ILockBytes::setSize (sal_uInt32 nSize) in setSize() 204 static sal_uInt32 modeToNative (storeAccessMode eAccessMode) in modeToNative() 206 sal_uInt32 nFlags = 0; in modeToNative() 228 sal_uInt32 nFlags = modeToNative (eAccessMode); in initialize() [all …]
|
| /trunk/main/store/workben/ |
| H A D | t_page.cxx | 183 sal_uInt32 type() const { return m_aGuard.m_nMagic; /* @@@ */ } in type() 187 sal_uInt32 offset() const { return m_aDescr.m_nAddr; /* @@@ */ } in offset() 188 void offset (sal_uInt32 nOffset) { m_aDescr.m_nAddr = nOffset; } in offset() 539 storeError loadAt (PageHolder & rPage, sal_uInt32 nOffset) in loadAt() 545 storeError saveAt (PageHolder const & rPage, sal_uInt32 nOffset) in saveAt() 553 storeError save (PageHolder & rxPage, sal_uInt32 nOffset) in save() 561 storeError lookupAt (PageHolder & rPage, sal_uInt32 nOffset) in lookupAt() 567 storeError replaceAt (PageHolder const & rPage, sal_uInt32 nOffset) in replaceAt() 577 static const sal_uInt32 theTypeId = 6 * 9; 584 static const sal_uInt32 theTypeId = 42; [all …]
|
| /trunk/main/editeng/inc/editeng/ |
| H A D | editeng.hxx | 183 LanguageType GetLanguage( sal_uInt32 nPara, sal_uInt16 nPos ) const; 209 sal_uInt32 GetTextLen() const; 210 sal_uInt32 GetTextHeight() const; 211 sal_uInt32 CalcTextWidth(); 213 String GetText( sal_uInt32 nParagraph ) const; 214 xub_StrLen GetTextLen( sal_uInt32 nParagraph ) const; 215 sal_uInt32 GetTextHeight( sal_uInt32 nParagraph ) const; 217 sal_uInt32 GetParagraphCount() const; 219 sal_uInt16 GetLineCount( sal_uInt32 nParagraph ) const; 220 xub_StrLen GetLineLen( sal_uInt32 nParagraph, sal_uInt16 nLine ) const; [all …]
|
| /trunk/main/svl/inc/svl/ |
| H A D | zforlist.hxx | 82 #define NUMBERFORMAT_ENTRY_NOT_FOUND (sal_uInt32)(0xffffffff) /// MAX_ULONG 216 DECLARE_TABLE (SvNumberFormatterIndexTable, sal_uInt32*) 222 typedef ::std::map< sal_uInt32, sal_uInt32 > SvNumberFormatterMergeMap; 381 sal_uInt32& FIndex, 388 sal_uInt32& FIndex, 394 sal_uInt32& FIndex, 398 void DeleteEntry(sal_uInt32 nKey); 413 sal_Bool PutEntry( String& rString, xub_StrLen& nCheckPos, short& nType, sal_uInt32& nKey, 420 short& nType, sal_uInt32& nKey, 428 short& nType, sal_uInt32& nKey, [all …]
|
| /trunk/main/writerfilter/source/doctok/ |
| H A D | WW8StructBase.hxx | 68 sal_uInt32 mnOffsetInParent; 101 WW8StructBase(const Sequence & rSequence, sal_uInt32 nOffset = 0, in WW8StructBase() 102 sal_uInt32 nCount = 0) in WW8StructBase() 115 sal_uInt32 nOffset, sal_uInt32 nCount); 125 sal_uInt32 nOffset, sal_uInt32 nCount) in WW8StructBase() 163 sal_uInt32 getCount() const { return mSequence.getCount(); } in getCount() 170 sal_uInt8 getU8(sal_uInt32 nOffset) const; 177 sal_uInt16 getU16(sal_uInt32 nOffset) const; 184 sal_uInt32 getU32(sal_uInt32 nOffset) const; 191 sal_Int8 getS8(sal_uInt32 nOffset) const in getS8() [all …]
|