| /aoo42x/main/svx/source/fmcomp/ | 
| H A D | trace.cxx | 43 	sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]++;  in Tracer()  local46 	while (nIndent--)  in Tracer()
 63 	sal_Int32 nIndent = --s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ];  in ~Tracer()  local
 66 	while (nIndent--)  in ~Tracer()
 83 	sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ];  in TraceString()  local
 86 	while (nIndent--)  in TraceString()
 104 	sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ];  in TraceString1StringParam()  local
 107 	while (nIndent--)  in TraceString1StringParam()
 
 | 
| /aoo42x/main/basic/source/comp/ | 
| H A D | sbcomp.cxx | 525 	int nIndent = nCallLvl * GnIndentPerCallLevel;  in dbg_tracePrint()  local587 	int nIndent = nCallLvl * GnIndentPerCallLevel;  in dbg_traceStep()  local
 620 	nIndent += GnIndentForPCode;  in dbg_traceStep()
 748 	int nIndent = nCallLvl * GnIndentPerCallLevel;  in dbg_traceNotifyCall()  local
 760 			lcl_lineOut( "}", lcl_getSpaces( nIndent ) );  in dbg_traceNotifyCall()
 790 		lcl_getSpaces( nIndent ), pPostStr );  in dbg_traceNotifyCall()
 792 		lcl_lineOut( "{", lcl_getSpaces( nIndent ) );  in dbg_traceNotifyCall()
 818 	int nIndent = nCallLvl * GnIndentPerCallLevel;  in dbg_traceNotifyError()  local
 819 	lcl_lineOut( Buffer, lcl_getSpaces( nIndent ) );  in dbg_traceNotifyError()
 898 		int nIndent = GnLastCallLvl * GnIndentPerCallLevel;  in RTL_Impl_TraceCommand()  local
 [all …]
 
 | 
| /aoo42x/main/sw/source/ui/vba/ | 
| H A D | vbaparagraphformat.cxx | 269     sal_Int32 nIndent = 0;  in getLeftIndent()  local270 …ps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaLeftMargin") ) ) >>= nIndent;  in getLeftIndent()
 271     return (float)( Millimeter::getInPoints( nIndent ) );  in getLeftIndent()
 276     sal_Int32 nIndent = Millimeter::getInHundredthsOfOneMillimeter( _leftindent );  in setLeftIndent()  local
 277 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaLeftMargin") ), uno::makeAny( nIndent ) );  in setLeftIndent()
 282     sal_Int32 nIndent = 0;  in getRightIndent()  local
 283 …s->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaRightMargin") ) ) >>= nIndent;  in getRightIndent()
 284     return (float)( Millimeter::getInPoints( nIndent ) );  in getRightIndent()
 289     sal_Int32 nIndent = Millimeter::getInHundredthsOfOneMillimeter( _rightindent );  in setRightIndent()  local
 290 …yValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaRightMargin") ), uno::makeAny( nIndent ) );  in setRightIndent()
 
 | 
| /aoo42x/main/svtools/source/filter/ | 
| H A D | exportdialog.cxx | 744     long nIndent = aBorder.Width();  in createSizeControls()  local757 	xSizeColumns->addRow( &maFtSizeX, xColumn, nIndent );  in createSizeControls()
 766 	xSizeColumns->addRow( &maFtSizeY, xColumn, nIndent );  in createSizeControls()
 776 		xSizeColumns->addRow( &maFtResolution, xColumn, nIndent );  in createSizeControls()
 821 	long nIndent = aBorder.Width();  in createColorDepthControls()  local
 829 	boost::shared_ptr< vcl::Indenter > xIndenter( new vcl::Indenter( &rLayout, nIndent ) );  in createColorDepthControls()
 855 	long nIndent = aBorder.Width();  in createFilterOptions()  local
 874 			boost::shared_ptr< vcl::Indenter > xIndenter( new vcl::Indenter( &rLayout, nIndent ) );  in createFilterOptions()
 906 			boost::shared_ptr< vcl::Indenter > xIndenter( new vcl::Indenter( &rLayout, nIndent ) );  in createFilterOptions()
 918 			xIndenter.reset( new vcl::Indenter( &rLayout, nIndent ) );  in createFilterOptions()
 [all …]
 
 | 
| /aoo42x/main/sdext/source/pdfimport/sax/ | 
| H A D | emitcontext.cxx | 38 static int nIndent = 0;  variable114         for( int i = 0; i < nIndent; i++ )  in beginTag()
 130         nIndent++;  in beginTag()
 168         for( int i = 0; i < nIndent; i++ )  in endTag()
 176         nIndent--;  in endTag()
 
 | 
| /aoo42x/main/sw/source/filter/html/ | 
| H A D | swhtml.hxx | 302 	inline void SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent );306 							short &nIndent ) const;
 590 	sal_Bool GetMarginsFromContext( sal_uInt16 &nLeft, sal_uInt16 &nRight, short& nIndent,
 593 										  short& nIndent ) const;
 959 inline void _HTMLAttrContext::SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent )  in SetMargins()  argument
 963 	nFirstLineIndent = nIndent;  in SetMargins()
 969                                           short& nIndent ) const  in GetMargins()
 975 		nIndent = nFirstLineIndent;  in GetMargins()
 
 | 
| H A D | htmlctxt.cxx | 575 				short nIndent = nOldIndent;  in InsertAttrs()  local576 				pContext->GetMargins( nLeft, nRight, nIndent );  in InsertAttrs()
 607 					nIndent = pLRItem->GetTxtFirstLineOfst();  in InsertAttrs()
 610 				pContext->SetMargins( nLeft, nRight, nIndent );  in InsertAttrs()
 614 				aLRItem.SetTxtFirstLineOfst( nIndent );  in InsertAttrs()
 
 | 
| H A D | htmlcss1.cxx | 2137 		short nIndent = 0;  in SetAnchorAndAdjustment()  local2138 		GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent );  in SetAnchorAndAdjustment()
 2286 										  short& nIndent,  in GetMarginsFromContext()  argument
 2303 			pCntxt->GetMargins( nLeft, nRight, nIndent );  in GetMarginsFromContext()
 2313 													short& nIndent ) const  in GetMarginsFromContextWithNumBul()
 2315 	sal_Bool bRet = GetMarginsFromContext( nLeft, nRight, nIndent );  in GetMarginsFromContextWithNumBul()
 2323 		nIndent = rNumFmt.GetFirstLineOffset();  in GetMarginsFromContextWithNumBul()
 
 | 
| H A D | swhtml.cxx | 4226 	short nIndent=0;  in NewDefList()  local4227 	GetMarginsFromContext( nLeft, nRight, nIndent );  in NewDefList()
 4242 	pCntxt->SetMargins( nLeft, nRight, nIndent );  in NewDefList()
 4892 				short nIndent = 0;  in InsertSpacer()  local
 4894 				GetMarginsFromContextWithNumBul( nLeft, nRight, nIndent );  in InsertSpacer()
 4895                 nIndent = nIndent + (short)nSize;  in InsertSpacer()
 4900 				aLRItem.SetTxtFirstLineOfst( nIndent );  in InsertSpacer()
 
 | 
| /aoo42x/main/sc/source/filter/html/ | 
| H A D | htmlexp.cxx | 243 	nIndent( 0 ),  in ScHTMLExport()1327 	sIndent[nIndent] = '\t';  in IncIndent()
 1328     nIndent = nIndent + nVal;  in IncIndent()
 1329 	if ( nIndent < 0 )  in IncIndent()
 1330 		nIndent = 0;  in IncIndent()
 1331 	else if ( nIndent > nIndentMax )  in IncIndent()
 1332 		nIndent = nIndentMax;  in IncIndent()
 1333 	sIndent[nIndent] = 0;  in IncIndent()
 
 | 
| /aoo42x/main/sc/source/core/data/ | 
| H A D | column2.cxx | 302 		sal_uInt16 nIndent = 0;  in GetNeededSize()  local307 				nIndent = ((const SfxUInt16Item*)pCondItem)->GetValue();  in GetNeededSize()
 309 				nIndent = ((const SfxUInt16Item&)pPattern->GetItem(ATTR_INDENT)).GetValue();  in GetNeededSize()
 394 						if ( nIndent )  in GetNeededSize()
 395 							nValue += (long) ( nIndent * nPPT );  in GetNeededSize()
 411 										nIndent )  in GetNeededSize()
 478 				if ( nIndent )  in GetNeededSize()
 479 					nDocWidth -= (long) ( nIndent * fWidthFactor );  in GetNeededSize()
 589 					if (nIndent)  in GetNeededSize()
 590 						nValue += (long) ( nIndent * nPPT );  in GetNeededSize()
 
 | 
| /aoo42x/main/sd/source/ui/animations/ | 
| H A D | SlideTransitionPane.cxx | 725     long nIndent = ::std::max( nFTSoundWidth, nFTSpeedWidth );  in updateLayout()  local727     bool bStack = ( (nIndent + nMinCtrlWidth + nOffsetX) > nMaxWidth );  in updateLayout()
 730         nIndent = nTextIndent;  in updateLayout()
 733     aCtrlSize.setWidth( nMaxWidth - nIndent );  in updateLayout()
 735     aUpperLeft.setX( nIndent );  in updateLayout()
 739     aCtrlSize.setWidth( ::std::max( nMaxWidth - nIndent, nMinCtrlWidth ) );  in updateLayout()
 751     aUpperLeft.setX( nIndent );  in updateLayout()
 753     aCtrlSize.setWidth( ::std::max( nMaxWidth - nIndent, nMinCtrlWidth ) );  in updateLayout()
 
 | 
| /aoo42x/main/sw/source/core/text/ | 
| H A D | frmcrsr.cxx | 1559 					SwTwips nIndent = rFill.X();  in FillCrsrPos()  local1560 					if( !rFill.bEmpty || nIndent > nRight )  in FillCrsrPos()
 1564 						nIndent -= rFill.Left();  in FillCrsrPos()
 1565 						if( nIndent >= 0 && nSpace )  in FillCrsrPos()
 1567 							nIndent /= nSpace;  in FillCrsrPos()
 1568 							nIndent *= nSpace;  in FillCrsrPos()
 1569 							rFill.SetTab( MSHORT( nIndent ) );  in FillCrsrPos()
 1570 							rRect.Left( nIndent + rFill.Left() );  in FillCrsrPos()
 
 | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | output2.cxx | 102 	sal_uInt16				nIndent;  member in ScDrawStringsVars145 	sal_uInt16	GetLeftTotal() const		{ return pMargin->GetLeftMargin() + nIndent; }  in GetLeftTotal()
 187 	nIndent		( 0 ),  in ScDrawStringsVars()
 402 		nIndent = 0;  in SetPattern()
 449 		nIndent = 0;  in SetPatternSimple()
 2312 							sal_uInt16 nIndent = 0;  in DrawEdit()  local
 2314 								nIndent = ((const SfxUInt16Item&)pPattern->  in DrawEdit()
 2317 							long nLeftM = (long) ( (pMargin->GetLeftMargin() + nIndent) * nPPTX );  in DrawEdit()
 3183 							sal_uInt16 nIndent = 0;  in DrawRotated()  local
 3185 								nIndent = ((const SfxUInt16Item&)pPattern->  in DrawRotated()
 [all …]
 
 | 
| /aoo42x/main/chart2/source/inc/ | 
| H A D | ChartDebugTrace.hxx | 47     int nIndent = 0 );58     int nIndent = 0 );
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | svtreebx.hxx | 77 	short  			nIndent;  member in SvTreeListBox298 	short			GetIndent() const { return nIndent; }  in GetIndent()
 299 	void			SetIndent( short nIndent );
 
 | 
| /aoo42x/main/vcl/source/window/ | 
| H A D | arrange.cxx | 792     long nIndent = getBorderValue( m_nIndent );  in getOptimalSize()  local793     aSize.Width()  += 2*nOuterBorder + nIndent;  in getOptimalSize()
 801     long nIndent = getBorderValue( m_nIndent );  in resize()  local
 803     aPt.X() += nOuterBorder + nIndent;  in resize()
 806     aSz.Width()  -= 2*nOuterBorder + nIndent;  in resize()
 
 | 
| H A D | printdlg.cxx | 561     long nIndent = aBorder.Width();  in setupLayout()  local582     xMainCol->addRow( &maNupNumPagesTxt, xRow, nIndent );  in setupLayout()
 590     xMainCol->addRow( &maPageMarginTxt1, xLab, nIndent );  in setupLayout()
 595     xMainCol->addRow( &maSheetMarginTxt1, xLab, nIndent );  in setupLayout()
 597     xMainCol->addRow( &maNupOrientationTxt, &maNupOrientationBox, nIndent );  in setupLayout()
 598     xMainCol->addRow( &maNupOrderTxt, &maNupOrderBox, nIndent );      in setupLayout()
 599     xMainCol->setBorders( xMainCol->addWindow( &maBorderCB ), nIndent, 0, 0, 0 );  in setupLayout()
 
 | 
| /aoo42x/main/sc/source/core/tool/ | 
| H A D | editutil.cxx | 134 	sal_uInt16 nIndent = 0;  in GetEditArea()  local137 		nIndent = ((const SfxUInt16Item&)pPattern->GetItem(ATTR_INDENT)).GetValue();  in GetEditArea()
 138 	long nPixDifX	= (long) ( ( pMargin->GetLeftMargin() + nIndent ) * nPPTX );  in GetEditArea()
 
 | 
| /aoo42x/main/svx/source/svdraw/ | 
| H A D | svdibrow.cxx | 948 				sal_uInt16 nIndent=0;  in SetAttributes()  local949 …Item) && !HAS_BASE(SfxSetItem,&rItem) && (!IsItemIneffective(nWhich,pSet,nIndent) || bDontHideInef…  in SetAttributes()
 980 					nIndent*=2;  in SetAttributes()
 982 					while(nIndent > 0)  in SetAttributes()
 985 						nIndent--;  in SetAttributes()
 
 | 
| /aoo42x/main/svtools/source/contnr/ | 
| H A D | svtreebx.cxx | 100 	nIndent = SV_LBOX_DEFAULT_INDENT_PIXEL;  in InitTreeView()272 				nStartPos += ( nIndent + (nNodeWidthPixel/2) );  in SetTabs()
 285 				nStartPos += ( nIndent + nNodeWidthPixel );  in SetTabs()
 747 	nIndent = nNewIndent;  in SetIndent()
 2076 		nDepth = nDepth * (sal_uInt16)nIndent;  in GetTabPos()
 2527 				nStartPos += ( nIndent + (nNodeWidthPixel/2) );  in GetTextOffset()
 2537 				nStartPos += ( nIndent + nNodeWidthPixel );  in GetTextOffset()
 
 | 
| /aoo42x/main/svtools/workben/toolpanel/ | 
| H A D | toolpaneltest.cxx | 523     const long nIndent( LogicToPixel( Size( 6, 9 ), MAP_APPFONT ).Width() );  in Resize()  local531     const long nSubordinateWidth = aOutputSize.Width() - 2 * aSpacing.Width() - nIndent;  in Resize()
 532     const long nSubordinateX = aSpacing.Width() + nIndent;  in Resize()
 
 | 
| /aoo42x/main/sw/source/core/edit/ | 
| H A D | ednumber.cxx | 381     short nIndent,  in SetIndent()  argument393             aRule.SetIndentOfFirstListLevelAndChangeOthers( nIndent );  in SetIndent()
 401 …           aRule.SetIndent( nIndent, static_cast< sal_uInt16 >( pTxtNode->GetActualListLevel() ) );  in SetIndent()
 
 | 
| /aoo42x/main/xmlsecurity/source/framework/ | 
| H A D | saxeventkeeperimpl.cxx | 333 	BufferNode* pBufferNode, sal_Int32 nIndent) const  in printBufferNode()371 	for ( int i=0; i<nIndent; ++i )  in printBufferNode()
 416 		rc += printBufferNode((BufferNode *)*jj, nIndent+4);  in printBufferNode()
 
 | 
| /aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ | 
| H A D | ReportBuilderLayouter.java | 236         int nIndent = 0;  in getLeftGroupIndent()  local240             nIndent = _nGroupCount * LayoutConstants.IndentFactorWidth;  in getLeftGroupIndent()
 244             nIndent = MAX_INDENT * LayoutConstants.IndentFactorWidth;  in getLeftGroupIndent()
 246         return nIndent;  in getLeftGroupIndent()
 
 |