Home
last modified time | relevance | path

Searched refs:mnDepth (Results 1 – 13 of 13) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx65 mnDepth = nDepth; in setDepth()
126 return mnDepth; in getDepth()
322 mnDepth, mnCell, mnRow, in toString()
336 mnDepth(0), in WW8TableNodeInfo()
375 mnDepth = nDepth; in setDepth()
377 Inners_t::iterator aIt = mInners.find(mnDepth); in setDepth()
380 mInners[mnDepth] = WW8TableNodeInfoInner::Pointer_t(new WW8TableNodeInfoInner(this)); in setDepth()
382 mInners[mnDepth]->setDepth(mnDepth); in setDepth()
387 WW8TableNodeInfoInner::Pointer_t pInner = getInnerForDepth(mnDepth); in setEndOfLine()
391 ::std::clog << "<endOfLine depth=\"" << mnDepth << "\">" in setEndOfLine()
[all …]
H A DWW8TableInfo.hxx62 sal_uInt32 mnDepth; member in ww8::WW8TableNodeInfoInner
171 sal_uInt32 mnDepth; member in ww8::WW8TableNodeInfo
/AOO42X/main/filter/source/graphicfilter/eras/
H A Deras.cxx45 sal_uInt16 mnColors, mnDepth; member in RASWriter
112 mnDepth = aBmp.GetBitCount(); in WriteRAS()
115 mnDepth = mnDepth <= 1 ? 1 : mnDepth <= 8 ? 8 : 24; in WriteRAS()
125 if ( mnDepth <= 8 ) in WriteRAS()
148 if ( mnDepth <= 8 ) in ImplWriteHeader()
154 if ( mbStatus && mnWidth && mnHeight && mnDepth ) in ImplWriteHeader()
157 << (sal_uInt32)mnDepth in ImplWriteHeader()
158 << (sal_uInt32)(( ( ( ( mnWidth * mnDepth ) + 15 ) >> 4 ) << 1 ) * mnHeight) in ImplWriteHeader()
161 if ( mnDepth > 8 ) in ImplWriteHeader()
191 if ( mnDepth == 24 ) in ImplWriteBody()
[all …]
/AOO42X/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx51 sal_Int32 mnDepth; member
809 … pNewHelper->mnDepth = (ORIENTATION_NEGATIVE == pNewHelper->meOrinetation ? -1 : 1); in createNonzeroConform()
826 … rHelperA.mnDepth += (ORIENTATION_NEGATIVE == rHelperB.meOrinetation ? -1 : 1); in createNonzeroConform()
834 … rHelperB.mnDepth += (ORIENTATION_NEGATIVE == rHelperA.meOrinetation ? -1 : 1); in createNonzeroConform()
849 bool bAcceptEntry(rHelper.mnDepth >= -1 && rHelper.mnDepth <= 1); in createNonzeroConform()
889 … pNewHelper->mnDepth = (ORIENTATION_NEGATIVE == pNewHelper->meOrinetation ? -1L : 0L); in stripDispensablePolygons()
912 rHelperA.mnDepth++; in stripDispensablePolygons()
917 rHelperA.mnDepth = -((sal_Int32)nCount); in stripDispensablePolygons()
918 rHelperB.mnDepth = -((sal_Int32)nCount); in stripDispensablePolygons()
927 rHelperA.mnDepth--; in stripDispensablePolygons()
[all …]
/AOO42X/main/filter/source/graphicfilter/iras/
H A Diras.cxx56 sal_uInt32 mnDepth, mnImageDatSize, mnType; member in RASReader
182 *mpRAS >> mnWidth >> mnHeight >> mnDepth >> mnImageDatSize >> in ImplReadHeader()
188 switch ( mnDepth ) in ImplReadHeader()
193 mnDstBitsPerPix = (sal_uInt16)mnDepth; in ImplReadHeader()
254 switch ( mnDepth ) in ImplReadBody()
/AOO42X/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx845 mnDepth ( pImage->depth ), in ImplSalDDB()
859 if( 1 == mnDepth ) in ImplSalDDB()
906 mnDepth = pImage->depth; in ImplSalDDB()
913 mnDepth( nDrawableDepth ), in ImplSalDDB()
927 if( 1 == mnDepth ) in ImplSalDDB()
934 ImplDraw( aDrawable, nDrawableDepth, maPixmap, mnDepth, in ImplSalDDB()
958 if( ( maPixmap != 0 ) && ( ( mnDepth == nDepth ) || ( 1 == mnDepth ) ) && nScreen == mnScreen) in ImplMatches()
984 ImplDraw( maPixmap, mnDepth, aDrawable, nDrawableDepth, in ImplDraw()
/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx2462 … SfxStyleSheet* pS = ( ppStyleSheetAry ) ? ppStyleSheetAry[ pPara->pParaSet->mnDepth ] : pSheet; in ApplyTextObj()
2465 rOutliner.Insert( String(), nParaIndex, pPara->pParaSet->mnDepth ); in ApplyTextObj()
3992 nHardCount += ImplGetExtNumberFormat( rManager, rNumberFormat, pParaObj->pParaSet->mnDepth, in GetNumberFormat()
3998 ImplGetNumberFormat( rManager, rNumberFormat, pParaObj->pParaSet->mnDepth ); in GetNumberFormat()
5189 >> aParaPropSet.pParaSet->mnDepth; // Einruecktiefe in ReadParaProps()
5191 …aParaPropSet.pParaSet->mnDepth = // taking care of about using not more than 9 outliner lev… in ReadParaProps()
5193 aParaPropSet.pParaSet->mnDepth); in ReadParaProps()
5279 …<< PPT_ParaAttr_TextOfs ) ) && rRuler.GetTextOfs( aParaPropSet.pParaSet->mnDepth, aSet.mpArry[ PPT… in ReadParaProps()
5281 …PT_ParaAttr_BulletOfs ) ) && rRuler.GetBulletOfs( aParaPropSet.pParaSet->mnDepth, aSet.mpArry[ PPT… in ReadParaProps()
5283 …if ( rRuler.GetDefaultTab( aParaPropSet.pParaSet->mnDepth, aSet.mpArry[ PPT_ParaAttr_DefaultTab ] … in ReadParaProps()
[all …]
/AOO42X/main/vcl/inc/unx/
H A Dsalbmp.h130 long mnDepth; variable
159 long ImplGetDepth() const { return mnDepth; } in ImplGetDepth()
160 …GetMemSize() const { return( ( maTwoRect.mnDestWidth * maTwoRect.mnDestHeight * mnDepth ) >> 3 ); } in ImplGetMemSize()
/AOO42X/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx298 unsigned int mnDepth; member in writerfilter::TableData
308 TableData(unsigned int nDepth) : mnDepth(nDepth) { newRow(); } in TableData()
406 return mnDepth; in getDepth()
/AOO42X/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx62 mnDepth = rPrinterJob.GetDepth (); in Init()
85 mnDepth = rData.m_nColorDepth; in Init()
114 return mnDepth; in GetBitCount()
169 mnDepth = 24; in Clear()
/AOO42X/main/filter/source/flash/
H A Dswfexporter.hxx114 sal_uInt16 mnDepth; member
116 …nInfo( ShapeInfo* pShapeInfo, sal_uInt16 nDepth ) : mpShapeInfo( pShapeInfo ), mnDepth( nDepth ) {} in ShapeAnimationInfo()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx827 sal_uInt16 mnDepth; member
841 … ImplPPTParaPropSet(){ mnRefCount = 1; mnAttrSet = 0; mnExtParagraphMask = 0; mnDepth = 0; }; in ImplPPTParaPropSet()
1018 sal_uInt32 mnDepth; member in PPTPortionObj
/AOO42X/main/vcl/inc/
H A Dprintergfx.hxx190 sal_uInt16 mnDepth; member in psp::PrinterGfx