Home
last modified time | relevance | path

Searched refs:nDepth (Results 101 – 125 of 131) sorted by relevance

123456

/trunk/main/rsc/inc/
H A Drsctree.hxx69 sal_Bool Insert( NameNode * pTN, sal_uInt32 * nDepth );
/trunk/main/vcl/unx/headless/
H A Dsvpdummies.cxx37 m_aSystemChildData.nDepth = 0; in SvpSalObject()
H A Dsvpframe.cxx55 m_aSystemChildData.nDepth = 24; in SvpSalFrame()
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_namesp.hxx167 uintt nDepth; member in ary::cpp::Namespace
/trunk/main/tools/inc/bootstrp/
H A Dmkcreate.hxx126 sal_uInt16 nDepth; // depth of directory structure (root is 0) member in SourceDirectory
/trunk/main/sot/source/sdstor/
H A Dstgdir.hxx107 const sal_Int32 nDepth);
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx2075 sal_uInt16 nDepth = pModel->GetDepth( pEntry ); in GetTabPos() local
2076 nDepth = nDepth * (sal_uInt16)nIndent; in GetTabPos()
2077 nPos += (long)nDepth; in GetTabPos()
/trunk/main/vcl/os2/source/app/
H A Dsalinfo.cxx87 rInfo.nDepth = bitCount;
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx154 int nDepth = aBitmapEx.GetBitmap().GetBitCount(); in implWriteBitmapEx() local
155 if( nDepth <= 4 ) in implWriteBitmapEx()
157 if( nDepth > 1 ) in implWriteBitmapEx()
H A Doutdev.cxx2466 sal_uInt32 nDepth = 0; in GetGCStackDepth() local
2469 nDepth++; in GetGCStackDepth()
2472 return nDepth; in GetGCStackDepth()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx769 const unsigned int nDepth ) in endTable() argument
777 const bool bAdjustLeftMarginByDefaultValue = (nDepth == 0); in endTable()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx62 m_aSystemData.nDepth = pDisp->GetVisual(pParent->getScreenNumber()).GetDepth(); in GtkSalObject()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx541 void Ww1Fields::Out(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 nDepth) in Out() argument
575 Out(rOut, rMan, nDepth+1); in Out()
810 if (nDepth == 0) in Out()
/trunk/main/tools/inc/tools/
H A Dresmgr.hxx124 std::vector< ImpRCStack >& rResStack, int nDepth );
/trunk/main/sd/source/ui/inc/
H A Dsdtreelb.hxx230 List* GetSelectEntryList( sal_uInt16 nDepth );
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx477 … for ( sal_uInt32 nDepth = m_nTableDepth + 1; nDepth <= pTextNodeInfo->getDepth(); ++nDepth ) in StartParagraph() local
479 … ww8::WW8TableNodeInfoInner::Pointer_t pInner( pTextNodeInfo->getInnerForDepth( nDepth ) ); in StartParagraph()
481 m_bLastTable = (nDepth == pTextNodeInfo->getDepth()); in StartParagraph()
H A Dww8attributeoutput.hxx127 virtual void TableRowEnd( sal_uInt32 nDepth = 1 );
H A Dattributeoutputbase.hxx241 virtual void TableRowEnd( sal_uInt32 nDepth ) = 0;
H A Ddocxattributeoutput.cxx171 … for ( sal_uInt32 nDepth = m_nTableDepth + 1; nDepth <= pTextNodeInfo->getDepth(); ++nDepth ) in StartParagraph() local
173 … ww8::WW8TableNodeInfoInner::Pointer_t pInner( pTextNodeInfo->getInnerForDepth( nDepth ) ); in StartParagraph()
H A Drtfattributeoutput.hxx164 virtual void TableRowEnd( sal_uInt32 nDepth );
H A Ddocxattributeoutput.hxx163 virtual void TableRowEnd( sal_uInt32 nDepth = 1 );
/trunk/main/cui/source/options/
H A Dtreeopt.cxx2203 sal_uInt16 nDepth = 0; in ResizeTreeLB() local
2214 n += ( nDepth == 0 )? nIndent0 : nIndent1; in ResizeTreeLB()
2219 pEntry = pTreeList->Next( pEntry, &nDepth ); in ResizeTreeLB()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3928 sal_uInt16 nWidth, nHeight, nPlanes, nDepth; in ReadBmp() local
3929 rStrm >> nHdrSize >> nWidth >> nHeight >> nPlanes >> nDepth; in ReadBmp()
3930 if( (nHdrSize == 12) && (nPlanes == 1) && (nDepth == 32) ) in ReadBmp()
3934 aMemStrm << nHdrSize << nWidth << nHeight << nPlanes << nDepth; in ReadBmp()
/trunk/main/x11_extensions/inc/
H A Drenderproto.h95 CARD32 nDepth B32;
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx88 SCTAB nDepth = rRange.aEnd.Tab() - rRange.aStart.Tab() + 1; in lcl_getSubRangeByIndex() local
89 if( (nWidth > 0) && (nHeight > 0) && (nDepth > 0) ) in lcl_getSubRangeByIndex()

Completed in 249 milliseconds

123456