Home
last modified time | relevance | path

Searched refs:nLevel (Results 101 – 125 of 268) sorted by relevance

1234567891011

/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx472 sal_Int32 nLevel=0; in createAllTickInfosFromComplexCategories() local
474 for( ; nLevel<nLevelCount; nLevel++ ) in createAllTickInfosFromComplexCategories()
477 …mplexCategories( m_aAxisProperties.m_pExplicitCategoriesProvider->getCategoriesByLevel( nLevel ) ); in createAllTickInfosFromComplexCategories()
506 sal_Int32 nLevel=0; in createAllTickInfosFromComplexCategories() local
508 for( ; nLevel<nLevelCount; nLevel++ ) in createAllTickInfosFromComplexCategories()
511 …mplexCategories( m_aAxisProperties.m_pExplicitCategoriesProvider->getCategoriesByLevel( nLevel ) ); in createAllTickInfosFromComplexCategories()
532 if( nLevel>0 ) in createAllTickInfosFromComplexCategories()
/trunk/main/sc/source/ui/inc/
H A Ddbfunc.hxx113 void SelectLevel( sal_Bool bColumns, sal_uInt16 nLevel,
115 void ShowOutline( sal_Bool bColumns, sal_uInt16 nLevel, sal_uInt16 nEntry,
117 void HideOutline( sal_Bool bColumns, sal_uInt16 nLevel, sal_uInt16 nEntry,
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx146 void lclGetAbsPath( String& rPath, sal_uInt16 nLevel, SfxObjectShell* pDocShell ) in lclGetAbsPath() argument
149 while( nLevel ) in lclGetAbsPath()
152 --nLevel; in lclGetAbsPath()
263 sal_uInt16 nLevel = 0; // counter for level to climb down in path in ReadEmbeddedData() local
293 rStrm >> nLevel; in ReadEmbeddedData()
307 lclGetAbsPath( *xLongName, nLevel, pDocShell ); in ReadEmbeddedData()
310 lclGetAbsPath( *xShortName, nLevel, pDocShell ); in ReadEmbeddedData()
H A Dimpop.cxx427 sal_uInt8 nLevel = ::extract_value< sal_uInt8 >( nGrbit, 0, 3 ); in Row25() local
428 pRowOutlineBuff->SetLevel( nRow, nLevel, in Row25()
690 sal_uInt8 nLevel = ::extract_value< sal_uInt8 >( nOpt, 8, 3 ); in Colinfo() local
691 pColOutlineBuff->SetLevelRange( nColFirst, nColLast, nLevel, bCollapsed, bHidden ); in Colinfo()
965 sal_uInt8 nLevel = ::extract_value< sal_uInt8 >( nGrbit, 0, 3 ); in Row34() local
966 pRowOutlineBuff->SetLevel( nScRow, nLevel, in Row34()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx86 for ( sal_uInt16 nLevel = 0; nLevel < 3; nLevel++ ) in DbgOutItem() local
89 aDebStr += ByteString::CreateFromInt32( nLevel ); in DbgOutItem()
91 const SvxNumberFormat* pFmt = ((const SvxNumBulletItem&)rItem).GetNumRule()->Get( nLevel ); in DbgOutItem()
/trunk/main/sw/source/ui/inc/
H A Dswuicnttab.hxx281 sal_uInt16 nLevel; member in SwTokenWindow
314 void SetForm(SwForm& rForm, sal_uInt16 nLevel);
315 sal_uInt16 GetLastLevel()const {return nLevel;}; in GetLastLevel()
489 String GetLevelHelp(sal_uInt16 nLevel) const;
/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx607 …explicit XclExpStyle( sal_uInt32 nXFId, sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYL…
716 …sal_uInt32 FindBuiltInXF( sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYLE_NOLEVEL ) cons…
733 sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYLE_NOLEVEL );
737 sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYLE_NOLEVEL );
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2028 FontCollection& rFontCollection, int nLevel ) in SetStyleSheet() argument
2032 PPTExCharLevel& rLev = maCharLevel[ nLevel ]; in SetStyleSheet()
2186 … FontCollection& rFontCollection, int nLevel, const PPTExCharLevel& rCharLevel ) in SetStyleSheet() argument
2190 PPTExParaLevel& rLev = maParaLevel[ nLevel ]; in SetStyleSheet()
2247 if ( !nLevel ) in SetStyleSheet()
2372 FontCollection& rFontCollection, int nInstance, int nLevel ) in SetStyleSheet() argument
2376 mpCharSheet[ nInstance ]->SetStyleSheet( rXPropSet, rFontCollection, nLevel ); in SetStyleSheet()
2377 …nce ]->SetStyleSheet( rXPropSet, rFontCollection, nLevel, mpCharSheet[ nInstance ]->maCharLevel[ n… in SetStyleSheet()
2380 sal_Bool PPTExStyleSheet::IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr e… in IsHardAttribute() argument
2382 const PPTExParaLevel& rPara = mpParaSheet[ nInstance ]->maParaLevel[ nLevel ]; in IsHardAttribute()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLIndexMarkExport.cxx183 sal_Int16 nLevel = 0; in ExportTOCMarkAttributes() local
185 aAny >>= nLevel; in ExportTOCMarkAttributes()
187 SvXMLUnitConverter::convertNumber(sBuf, (sal_Int32)nLevel + 1); in ExportTOCMarkAttributes()
/trunk/main/sw/source/core/text/
H A Dpormulti.hxx56 sal_uInt8 nLevel; member
221 sal_uInt8 nLevel; member in SwBidiPortion
226 inline sal_uInt8 GetLevel() const { return nLevel; } in GetLevel()
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx651 void SwTxtFmtColl::SetAttrOutlineLevel( int nLevel) in SetAttrOutlineLevel() argument
653 ASSERT( 0 <= nLevel && nLevel <= MAXLEVEL ,"SwTxtFmtColl: Level Out Of Range" ); in SetAttrOutlineLevel()
655 static_cast<sal_uInt16>(nLevel) ) ); in SetAttrOutlineLevel()
/trunk/main/padmin/source/
H A Dprtsetup.cxx438 sal_uLong nLevel = (sal_uLong)m_aLevelBox.GetEntryData( m_aLevelBox.GetSelectEntryPos() ); in getLevel() local
439 return nLevel < 10 ? nLevel-1 : 0; in getLevel()
446 sal_uLong nLevel = (sal_uLong)m_aLevelBox.GetEntryData( m_aLevelBox.GetSelectEntryPos() ); in getPDFDevice() local
447 return nLevel > 9 ? 1 : 0; in getPDFDevice()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx961 sal_uInt16 nLevel = rNodes.GetSectionLevel( pPos->nNode ); in GoStartSection() local
963 nLevel--; in GoStartSection()
964 do { rNodes.GoStartOfSection( &pPos->nNode ); } while( nLevel-- ); in GoStartSection()
977 sal_uInt16 nLevel = rNodes.GetSectionLevel( pPos->nNode ); in GoEndSection() local
979 nLevel--; in GoEndSection()
980 do { rNodes.GoEndOfSection( &pPos->nNode ); } while( nLevel-- ); in GoEndSection()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx507 nType(nTyp), nLevel( UCHAR_MAX ), in SwSetExpFieldType()
519 pNew->nLevel = nLevel; in Copy()
618 const SwTxtNode* pTxtNd = rNd.FindOutlineNodeOfLevel( nLevel ); in SetChapter()
660 sal_Int8 nRet = nLevel < MAXLEVEL? nLevel : -1; in QueryValue()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch963 - int nLevel, bool fThorough)
966 if (m_nCompositeLevel == nLevel)
998 if (pslotLeaf->AttachLevel() <= nLevel)
1005 - CalcRootMetrics(ptman, psstrm, nLevel);
1006 + CalcRootMetrics(ptman, psstrm, psstrmNext, nLevel);
1008 m_nCompositeLevel = nLevel;
1016 + GrSlotStream * psstrmNext, int nLevel)
1021 - if (pslot->AttachLevel() > nLevel)
1030 + if (pslotLeaf->AttachLevel() > nLevel)
1105 - int nLevel, bool fThorough = false);
[all …]
/trunk/main/oox/source/ole/
H A Dolehelper.cxx280 for( sal_Int16 nLevel = 0; nLevel < nUpLevels; ++nLevel ) in importStdHlink() local
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx187 const sal_uInt16 nLevel = mpView->GetSelectionLevel(); in SetCurrentBulletsNumbering() local
188 if( nLevel != 0xFFFF ) in SetCurrentBulletsNumbering()
197 aNewAttr.Put( SfxUInt16Item( SID_PARAM_CUR_NUM_LEVEL, nLevel ) ); in SetCurrentBulletsNumbering()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3152 int nLevel( GetActualListLevel() ); in GetExpandTxt() local
3153 while ( nLevel > 0 ) in GetExpandTxt()
3158 --nLevel; in GetExpandTxt()
3832 void SwTxtNode::SetAttrOutlineLevel(int nLevel) in SetAttrOutlineLevel() argument
3834 …ASSERT( 0 <= nLevel && nLevel <= MAXLEVEL ,"SwTxtNode: Level Out Of Range" );//#outline level,zhao… in SetAttrOutlineLevel()
3835 if ( 0 <= nLevel && nLevel <= MAXLEVEL ) in SetAttrOutlineLevel()
3838 static_cast<sal_uInt16>(nLevel) ) ); in SetAttrOutlineLevel()
3870 void SwTxtNode::SetAttrListLevel( int nLevel ) in SetAttrListLevel() argument
3872 if ( nLevel < 0 || nLevel >= MAXLEVEL ) in SetAttrListLevel()
3880 static_cast<sal_Int16>(nLevel) ); in SetAttrListLevel()
/trunk/main/sw/inc/
H A Dexpfld.hxx161 sal_uInt8 nLevel; member in SwSetExpFieldType
196 sal_uInt8 GetOutlineLvl() const { return nLevel; } in GetOutlineLvl()
197 void SetOutlineLvl( sal_uInt8 n ) { nLevel = n; } in SetOutlineLvl()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx968 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphBoundRect() local
969 if( nLevel >= MAX_FALLBACK ) in GetGlyphBoundRect()
972 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect()
985 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphOutline() local
986 if( nLevel >= MAX_FALLBACK ) in GetGlyphOutline()
989 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx877 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphBoundRect() local
878 if( nLevel >= MAX_FALLBACK ) in GetGlyphBoundRect()
881 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect()
894 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphOutline() local
895 if( nLevel >= MAX_FALLBACK ) in GetGlyphOutline()
898 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline()
/trunk/main/vcl/source/window/
H A Dpopupmenuwindow.cxx66 void PopupMenuFloatingWindow::SetMenuStackLevel( sal_uInt16 nLevel ) in SetMenuStackLevel() argument
68 mpImplData->mnMenuStackLevel = nLevel; in SetMenuStackLevel()
/trunk/main/sfx2/source/inc/
H A Dslotserv.hxx41 void SetShellLevel(sal_uInt16 nLevel) { _nShellLevel = nLevel; } in SetShellLevel() argument
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx892 static sal_uInt16 nLevel = 0; in Dump() local
893 if ( nLevel > 10 ) in Dump()
898 ++nLevel; in Dump()
900 for ( sal_uInt16 n = 1; n < nLevel; ++n ) in Dump()
1023 --nLevel; in Dump()
/trunk/main/store/workben/
H A Dt_store.cxx149 unsigned int nLevel = 0);
164 unsigned int nLevel) in DirectoryTraveller() argument
168 m_nLevel (nLevel), in DirectoryTraveller()

Completed in 151 milliseconds

1234567891011