Home
last modified time | relevance | path

Searched refs:nDepth (Results 51 – 75 of 131) sorted by relevance

123456

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java227 int nDepth = 0; in MakePartVisible() local
228 aTreeNodePath[nDepth++] = aNode; in MakePartVisible()
239 aTreeNodePath[nDepth++] = aNode; in MakePartVisible()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx847 const sal_Int32 nDepth) in SetupEntry() argument
849 if (nDepth > nEntryCount) in SetupEntry()
910 SetupEntry( nLeft, pUpper, nEntryCount, nDepth+1); in SetupEntry()
911 SetupEntry( nRight, pUpper, nEntryCount, nDepth+1); in SetupEntry()
912 SetupEntry( nLeaf, pCur, nEntryCount, nDepth+1); in SetupEntry()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx143 void SetDepth( sal_Int16 nNewDepth ) { nDepth = nNewDepth; aBulSize.Width() = -1; } in SetDepth()
146 Paragraph( sal_Int16 nDepth );
151 sal_Int16 GetDepth() const { return nDepth; } in GetDepth()
691 …void ImplInitDepth( sal_uInt32 nPara, sal_Int16 nDepth, sal_Bool bCreateUndo, sal_Bool bUndoAction…
767 …Paragraph* Insert( const String& rText, sal_uLong nAbsPos = LIST_APPEND, sal_Int16 nDepth = 0…
785 void SetMaxDepth( sal_Int16 nDepth, sal_Bool bCheckParas = sal_False );
H A Dparagraphdata.hxx43 sal_Int16 nDepth; member in ParagraphData
57 sal_Int16 getDepth() const { return nDepth; } in getDepth()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx134 sal_uInt16 nDepth = 0; in GetBitCount() local
136 nDepth = getBitCountFromScanlineFormat( m_aBitmap->getScanlineFormat() ); in GetBitCount()
137 return nDepth; in GetBitCount()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx3092 SalColormap::SalColormap( sal_uInt16 nDepth ) in SalColormap() argument
3095 m_nWhitePixel( (1 << nDepth) - 1 ), in SalColormap()
3097 m_nUsed( 1 << nDepth ), in SalColormap()
3102 if( pVisual->GetClass() == TrueColor && pVisual->GetDepth() == nDepth ) in SalColormap()
3110 nDepth, in SalColormap()
3117 aVI.depth = nDepth; in SalColormap()
3119 if( 24 == nDepth ) // 888 in SalColormap()
3125 else if( 16 == nDepth ) // 565 in SalColormap()
3131 else if( 15 == nDepth ) // 555 in SalColormap()
3137 else if( 12 == nDepth ) // 444 in SalColormap()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx268 sal_Bool bExpandedBefore, sal_uInt16 nDepth ) const;
274 sal_uInt16 nDepth );
282 sal_uInt16 nDepth,
/trunk/main/rsc/source/tools/
H A Drsctree.cxx354 sal_uInt32 nDepth = 0; in Insert() local
357 bRet = Insert( pTN, &nDepth ); in Insert()
359 if( nDepth > 20 ){ in Insert()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx226 const sal_Int16 nDepth = mrOutliner.GetDepth( nPara ); in transformTextShape() local
227 …if( (nDepth != -1) && (!getBulletState( aParaSet, mrOutliner.GetStyleSheet( nPara ), bState ) || !… in transformTextShape()
230 …if( (nDepth > 0 ) && (rTextShape.GetObjInventor() == SdrInventor) && (rTextShape.GetObjIdentifier… in transformTextShape()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3622 sal_uInt16 nDepth, i = 0; in PPTExtParaProv() local
3623 rSt >> nDepth; in PPTExtParaProv()
4094 for ( sal_uInt32 nDepth = 0; nDepth < 5; nDepth++ ) in PPTCharSheet() local
4097 maCharLevel[ nDepth ].mnFont = 0; in PPTCharSheet()
4632 sal_uInt16 nLevels, nDepth = 0; in PPTStyleSheet() local
4673 for ( ;nDepth < nLevels; nDepth++ ) in PPTStyleSheet()
5665 mnDepth ( ( nDepth > 4 ) ? 4 : nDepth ) in PPTPortionObj()
5673 mnDepth ( nDepth ) in PPTPortionObj()
6060 if ( nDepth > 4 ) in PPTParagraphObj()
6061 nDepth = 4; in PPTParagraphObj()
[all …]
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx880 sal_Int16 nDepth; in GetMenuState() local
885 nDepth = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in GetMenuState()
887 if( nDepth != nTmpDepth ) in GetMenuState()
2042 sal_Int16 nDepth = pOutl->GetDepth( nPara ); in Read() local
2044 if( (nDepth == 0) || !nPara ) in Read()
2057 pOutl->SetDepth( pOutl->GetParagraph( nPara ), nDepth - 1 ); in Read()
2060 aStyleSheetName += String::CreateFromInt32( nDepth ); in Read()
H A Doutlview.cxx910 sal_Int16 nDepth = pOutliner->GetDepth( nPara ); in IMPL_LINK() local
925 if( nDepth > 0 ) in IMPL_LINK()
929 aNewStyleSheetName += String::CreateFromInt32( nDepth+1 ); in IMPL_LINK()
942 if ( pOutliner->GetPrevDepth() != -1 && nDepth != -1 && in IMPL_LINK()
2130 const sal_Int16 nDepth = mpOutliner->GetDepth( nPara ); in OnEndPasteOrDrop() local
2131 if( nDepth > 0 ) in OnEndPasteOrDrop()
2135 aStyleSheetName += String::CreateFromInt32( nDepth ); in OnEndPasteOrDrop()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1002 List* SdPageObjsTLB::GetSelectEntryList( sal_uInt16 nDepth ) in GetSelectEntryList() argument
1010 if( nListDepth == nDepth ) in GetSelectEntryList()
1707 sal_uInt16 nDepth (0); in GetDropTarget() local
1710 pNext = dynamic_cast<SvLBoxEntry*>(NextVisible(pEntry, &nDepth)); in GetDropTarget()
1711 if (pNext != NULL && nDepth > 0 && nDepth!=0xffff) in GetDropTarget()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx167 sal_uInt32 nDepth; in GetDepth() local
172 nDepth = 1; in GetDepth()
177 nDepth = 8; in GetDepth()
183 nDepth = 24; in GetDepth()
187 nDepth = 1; in GetDepth()
192 return nDepth; in GetDepth()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1986 for ( int nDepth = 0; nDepth < 5; nDepth++ ) in PPTExCharSheet() local
1988 PPTExCharLevel& rLev = maCharLevel[ nDepth ]; in PPTExCharSheet()
2000 switch ( nDepth ) in PPTExCharSheet()
2098 for ( int nDepth = 0; nDepth < 5; nDepth++ ) in PPTExParaSheet() local
2100 PPTExParaLevel& rLev = maParaLevel[ nDepth ]; in PPTExParaSheet()
2124 switch ( nDepth ) in PPTExParaSheet()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx807 sal_Int32 nDepth = 0; in impl_substituteVariable() local
826 while ( !bSubstitutionCompleted && nDepth < nMaxRecursiveDepth ) in impl_substituteVariable()
940 nDepth = nMaxRecursiveDepth; in impl_substituteVariable()
953 ++nDepth; in impl_substituteVariable()
966 if ( nDepth == nMaxRecursiveDepth ) in impl_substituteVariable()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dout_node.hxx73 intt Depth() const { return nDepth; } in Depth()
117 intt nDepth; member in output::Node
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx177 const Depth nDepth, in PROPFIND() argument
200 nDepth, in PROPFIND()
221 const Depth nDepth, in PROPFIND() argument
242 nDepth, in PROPFIND()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx717 sal_Int16 nDepth = pOutliner->GetDepth( nPos ); in InsTextOrRTFinOlMode() local
723 pDocliner->Insert( pOutliner->GetText(pSourcePara), nTargetPos, nDepth ); in InsTextOrRTFinOlMode()
726 aStyleSheetName += String::CreateFromInt32( nDepth <= 0 ? 1 : nDepth+1 ); in InsTextOrRTFinOlMode()
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx58 int nDepth; // depth of said visual member
118 int nDepth; // depth of said visual member
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx74 unsigned int nDepth,
78 const unsigned int nDepth );
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.hxx71 void SetDepth( sal_uInt16 nDepth ) { nDeep = nDepth; } in SetDepth() argument
/trunk/main/chart2/source/view/axes/
H A DVAxisProperties.hxx156 virtual TickmarkProperties makeTickmarkProperties( sal_Int32 nDepth ) const;
157 VLineProperties makeLinePropertiesForDepth( sal_Int32 nDepth ) const;
/trunk/main/sw/inc/
H A DSwNumberTree.hxx137 const int nDepth = 0 );
603 void NotifyChildrenOnDepth( const int nDepth );
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx279 sal_Int16 nDepth = rOutliner.GetDepth(nPara); in SetStyleSheet() local
280 aNewStyleSheetName += String::CreateFromInt32( nDepth <= 0 ? 1 : nDepth + 1); in SetStyleSheet()

Completed in 169 milliseconds

123456