Home
last modified time | relevance | path

Searched refs:nLine (Results 101 – 125 of 168) sorted by relevance

1234567

/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx220 xub_StrLen GetLineLen( sal_uInt32 nParagraph, sal_uInt16 nLine ) const;
221 …*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nParagraph, sal_uInt16 nLine ) const;
223 sal_uInt32 GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine = 0 );
H A Dunoedprx.hxx81 virtual sal_uInt16 GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const;
82 …*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nParagraph, sal_uInt16 nLine ) const;
H A Dunoedsrc.hxx359 virtual sal_uInt16 GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const = 0;
376 …*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nParagraph, sal_uInt16 nLine ) const = 0;
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx589 for(sal_Int32 nLine = 0; nLine < nLines; nLine++) in DrawPage() local
/trunk/main/basic/source/comp/
H A Ddim.cxx996 sal_uInt16 nSavLine = nLine; in DefDeclare()
1075 sal_uInt16 l1 = nLine, l2 = nLine; in DefProc()
1162 l2 = nLine; in DefProc()
/trunk/main/vcl/inc/
H A Doutfont.hxx392 ImplTextLineInfo* GetLine( sal_uInt16 nLine ) const in GetLine()
393 { return mpLines[nLine]; } in GetLine()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx858 sal_uInt16 nOld = nLine; in StepSTMNT()
859 nLine = static_cast<short>( nOp1 ); in StepSTMNT()
901 sal_uInt16 nNewFlags = pStepBasic->StepPoint( nLine, nCol1, nCol2 ); in StepSTMNT()
913 sal_uInt16 nNewFlags = pBreakBasic->BreakPoint( nLine, nCol1, nCol2 ); in StepSTMNT()
/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx182 sal_uInt16 EnterRegistrations(const char *pFile = 0, int nLine = 0);
183 void LeaveRegistrations( sal_uInt16 nLevel = USHRT_MAX, const char *pFile = 0, int nLine = 0 );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx707 sal_uInt16 EditEngine::GetLineLen( sal_uInt32 nParagraph, sal_uInt16 nLine ) const in GetLineLen()
712 return pImpEditEngine->GetLineLen( nParagraph, nLine ); in GetLineLen()
715 …/*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nParagraph, sal_uInt16 nLine ) const in GetLineBoundaries()
720 return pImpEditEngine->GetLineBoundaries( rStart, rEnd, nParagraph, nLine ); in GetLineBoundaries()
731 sal_uInt32 EditEngine::GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine ) in GetLineHeight() argument
737 return pImpEditEngine->GetLineHeight( nParagraph, nLine ); in GetLineHeight()
1926 sal_uInt16 nLine = pParaPortion->GetLineNumber( aPaM.GetIndex() ); in IsTextPos() local
1927 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in IsTextPos()
H A Dimpedit.cxx220 for ( sal_uInt16 nLine = nStartLine; nLine <= nEndLine; nLine++ ) in DrawSelection() local
222 EditLine* pLine = pTmpPortion->GetLines().GetObject( nLine ); in DrawSelection()
228 …if ( ( nPara == nStartPara ) && ( nLine == nStartLine ) && ( nStartIndex != aTmpSel.Min().GetIndex… in DrawSelection()
233 … if ( ( nPara == nEndPara ) && ( nLine == nEndLine ) && ( nEndIndex != aTmpSel.Max().GetIndex() ) ) in DrawSelection()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1827 sal_uInt16 SfxBindings::EnterRegistrations(const char *pFile, int nLine) in EnterRegistrations() argument
1830 (void)nLine; in EnterRegistrations()
1844 aMsg += ByteString::CreateFromInt32(nLine); in EnterRegistrations()
1884 void SfxBindings::LeaveRegistrations( sal_uInt16 nLevel, const char *pFile, int nLine ) in LeaveRegistrations() argument
1888 (void)nLine; in LeaveRegistrations()
1972 aMsg += ByteString::CreateFromInt32(nLine); in LeaveRegistrations()
/trunk/main/starmath/source/
H A Daccessibility.hxx250 virtual sal_uInt16 GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const;
251 …*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nParagraph, sal_uInt16 nLine ) const;
252 virtual sal_uInt16 GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nLine ) const;
H A Daccessibility.cxx1438 sal_uInt16 SmTextForwarder::GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const in GetLineLen()
1441 return pEditEngine ? pEditEngine->GetLineLen(nPara, nLine) : 0; in GetLineLen()
1444 …ies( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nPara, sal_uInt16 nLine ) const in GetLineBoundaries()
1447 pEditEngine->GetLineBoundaries(rStart, rEnd, nPara, nLine); in GetLineBoundaries()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx1207 aErrorInformation.nLine = 0; in Execute()
1244 aErrorInformation.nLine = 0; in Execute()
1258 aErrorInformation.nLine = XML_GetErrorLineNumber( aParser ); in Execute()
1267 aErrorInformation.sMessage += String::CreateFromInt64( aErrorInformation.nLine ); in Execute()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1095 const sal_uInt16 nLine = nItemPos / nColCount; in implCheckSubControlCursorMove() local
1097 nLastColumn = nItemPos - (nLine * nColCount); in implCheckSubControlCursorMove()
1101 return nLine > 0; in implCheckSubControlCursorMove()
1106 return (nLine+1) < nLineCount; in implCheckSubControlCursorMove()
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx215 void SetMarkerPos( sal_uInt16 nLine, sal_Bool bErrorMarker = sal_False );
416 sal_Bool ToggleBreakPoint( sal_uLong nLine );
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1809 void XclImpXFRangeBuffer::SetBorderLine( const ScRange& rRange, SCTAB nScTab, sal_uInt16 nLine ) in SetBorderLine() argument
1811 SCCOL nFromScCol = (nLine == BOX_LINE_RIGHT) ? rRange.aEnd.Col() : rRange.aStart.Col(); in SetBorderLine()
1812 SCROW nFromScRow = (nLine == BOX_LINE_BOTTOM) ? rRange.aEnd.Row() : rRange.aStart.Row(); in SetBorderLine()
1821 aNewItem.SetLine( pFromItem->GetLine( nLine ), nLine ); in SetBorderLine()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx204 …sal_uInt16 GetCharPos( sal_uLong nPara, sal_uInt16 nLine, long nDocPosX, sal_Bool bSmart = sal_…
277 sal_uInt16 GetLineLen( sal_uLong nParagraph, sal_uInt16 nLine ) const;
/trunk/main/sal/inc/rtl/
H A Dstring.hxx973 inline sal_Bool SAL_CALL osl_assertFailedLine( const sal_Char* pszFileName, sal_Int32 nLine, const … in osl_assertFailedLine() argument
974 { return osl_assertFailedLine( pszFileName, nLine, rMessage.getStr()); } in osl_assertFailedLine()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx337 for ( sal_uInt16 nLine = 0; nLine < nLineCount; ++nLine ) in lcl_hasWordBreak() local
341 pTextForwarder->GetLineBoundaries( nLineStart, nLineEnd, nPara, nLine ); in lcl_hasWordBreak()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx860 long nLine = SwTable::_GetBoxNum( sTmp ); in lcl_BoxNmToRel() local
861 nLine -= SwTable::_GetBoxNum( sCpy ); in lcl_BoxNmToRel()
868 sTmp += String::CreateFromInt32( nLine ); in lcl_BoxNmToRel()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1925 for( sal_uInt16 nLine = 0; nLine < nLineCount; ++nLine ) in lcl_CalcNewWidths() local
1927 std::vector< sal_uLong > &rWidth = (*rPara.pWidths.get())[ nLine ]; in lcl_CalcNewWidths()
1928 const _FndLine *pFndLine = rFndLines[ nLine ]; in lcl_CalcNewWidths()
1975 for( sal_uInt16 nLine = 0; nLine < nLineCount; ++nLine ) in lcl_CalcNewWidths() local
1977 std::vector< sal_uLong > &rWidth = (*rPara.pWidths.get())[ nLine ]; in lcl_CalcNewWidths()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx357 Pair GetLineStartEnd( long nLine ) const;
361 sal_uInt16 GetDisplayItemId( long nLine ) const;
/trunk/main/basic/source/classes/
H A Dsb.cxx1523 sal_uInt16 StarBASIC::GetLine() { return GetSbData()->nLine; } in GetLine()
1651 ( SbError nCode, sal_uInt16 nLine, sal_uInt16 nCol1, sal_uInt16 nCol2 ) in SetErrorData() argument
1655 aGlobals.nLine = nLine; in SetErrorData()
/trunk/main/tools/inc/bootstrp/
H A Dprj.hxx39 long nLine; member in SimpleConfig

Completed in 142 milliseconds

1234567