Home
last modified time | relevance | path

Searched refs:GetIndex (Results 201 – 225 of 397) sorted by relevance

12345678910>>...16

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx167 const sal_Int32 nPageIndex (mrModel.GetIndex(pPage)); in SelectPage()
218 const sal_Int32 nPageIndex (mrModel.GetIndex(pPage)); in DeselectPage()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx270 if ( 1 < ( pNodeIdx->GetNode().EndOfSectionIndex() - pNodeIdx->GetNode().GetIndex() ) ) in getPropertyValue()
394 if ( 1 < ( pNodeIdx->GetNode().EndOfSectionIndex() - pNodeIdx->GetNode().GetIndex() ) ) in CreateRedlineProperties()
558 if ( 1 < ( pNodeIdx->GetNode().EndOfSectionIndex() - pNodeIdx->GetNode().GetIndex() ) ) in getPropertyValue()
H A Dunoflatpara.cxx470 …for( sal_uLong nCurrentNode = pCurrentNode->GetIndex() + 1; nCurrentNode < rNodes.Count(); ++nCurr… in getParaAfter()
517 for( sal_uLong nCurrentNode = pCurrentNode->GetIndex() - 1; nCurrentNode > 0; --nCurrentNode ) in getParaBefore()
/trunk/main/formula/inc/formula/
H A Dtoken.hxx146 virtual sal_uInt16 GetIndex() const;
297 virtual sal_uInt16 GetIndex() const;
/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx954 nFillByte = rColor.GetIndex(); in ImplFastEraseBitmap()
959 nFillByte = rColor.GetIndex(); in ImplFastEraseBitmap()
965 nFillByte = rColor.GetIndex(); in ImplFastEraseBitmap()
H A Dalpha.cxx261 aCol.SetIndex( pMap[ pAcc->GetPixel( nY, nX ).GetIndex() ] ); in Invert()
379 if( pAcc->GetPixel( nY, nX ).GetIndex() == cSearchTransparency ) in Replace()
H A Dbitmap.cxx1215 const sal_uInt8 cTest = aTest.GetIndex(); in CreateMask()
1219 aWhite.GetIndex() == 1 ) in CreateMask()
1253 const sal_uInt8 cTest = aTest.GetIndex(); in CreateMask()
1256 aWhite.GetIndex() == 1 ) in CreateMask()
1509 if( pAcc->GetPaletteColor( aReplace.GetIndex() ) != BitmapColor( rReplaceColor ) ) in Replace()
H A Dsalmisc.cxx115 …pFncSetPixel( pDstScan, nX, pColMapBuf[ pFncGetPixel( pSrcScan, pMapX[ nX ], rSrcMask ).GetIndex()… in ImplPALToPAL()
191 …pFncSetPixel( pDstScan, nX, pColBuf[ pFncGetPixel( pSrcScan, pMapX[ nX ], rSrcMask ).GetIndex() ],… in ImplPALToTC()
/trunk/main/sw/source/core/bastyp/
H A Dindex.cxx370 const xub_StrLen nLast = rIdx.GetIndex() + nDiff; in Update()
623 pIdx->Assign( &rArr, pIdx->GetIndex() ); in MoveTo()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlStyleImport.cxx148 sal_Int32 nIndex(static_cast<OReportStylesContext *>(pStyles)->GetIndex(nContextID)); in AddProperty()
431 sal_Int32 OReportStylesContext::GetIndex(const sal_Int16 nContextID) in GetIndex() function in rptxml::OReportStylesContext
/trunk/main/sw/source/core/fields/
H A Dddefld.cxx223 nEndNd > pTblNd->GetIndex() ) in IsInRange()
232 sal_uLong nNdPos = pNd->GetIndex(); in IsInRange()
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx175 if (GetIndex(rSection, xIndex)) in ExportSectionStart()
196 sal_Bool XMLSectionExport::GetIndex( in GetIndex() function in XMLSectionExport
263 if (GetIndex(rSection, xIndex)) in ExportSectionEnd()
1801 if (! GetIndex(rSection, xIndex)) in IsMuteSection()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1879 sal_uLong nStart = aIdx.GetIndex(); in WriteHeaderFooterText()
1880 sal_uLong nEnd = aEnd.GetIndex(); in WriteHeaderFooterText()
2028 rWrt.WriteSpecialText( pNdIdx->GetIndex() + 1, in WriteGenericTxt()
2042 … aContentIdx.GetIndex() != pNdIdx->GetNode().EndOfSectionIndex() ) in WriteGenericTxt()
2064 rWrt.WriteSpecialText( pNdIdx->GetIndex() + 1, in WriteGenericTxt()
2086 rWrt.WriteSpecialText( pIdx->GetIndex() + 1, in WriteGenericTxt()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx155 sal_uInt16 GetIndex( const String& rName ) const;
1051 sal_uInt16 nIndex = GetIndex( rName ); in InsertAddIn()
1057 sal_uInt16 nIndex = GetIndex( rName ); in InsertEuroTool()
1064 sal_uInt16 nIndex = GetIndex( rItem ); in InsertDde()
1086 sal_uInt16 nIndex = GetIndex( rName ); in InsertExtName()
1095 sal_uInt16 XclExpExtNameBuffer::GetIndex( const String& rName ) const in GetIndex() function in XclExpExtNameBuffer
/trunk/main/sw/source/core/ole/
H A Dndole.cxx499 sal_uLong nEndExtraIdx = GetNodes().GetEndOfExtras().GetIndex(); in IsInGlobalDocSection()
511 } while( pAnchorNd->GetIndex() < nEndExtraIdx ); in IsInGlobalDocSection()
527 pSectNd->GetIndex() > nEndExtraIdx; in IsInGlobalDocSection()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx119 sal_uInt32 GetSttParaIdx() const { return nSttPara.GetIndex(); } in GetSttParaIdx()
120 sal_uInt32 GetEndParaIdx() const { return nEndPara.GetIndex(); } in GetEndParaIdx()
954 nSttCntnt = rPos.nContent.GetIndex(); in SetStart()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1582 if( rCrsrNd.GetIndex() > pDoc->GetNodes().GetEndOfExtras().GetIndex() ) in WizzardGetFly()
1593 pSttNd->GetIndex() < rCrsrNd.GetIndex() && in WizzardGetFly()
1594 rCrsrNd.GetIndex() < pSttNd->EndOfSectionIndex() ) in WizzardGetFly()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx268 const sal_Int32 nStartIndex (rLayouter.GetIndex(nRow, 0)); in GetRun()
269 const sal_Int32 nEndIndex (rLayouter.GetIndex(nRow, rLayouter.GetColumnCount()-1)); in GetRun()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx153 nInputStt = pExtInp->Start()->nContent.GetIndex(); in CtorInitAttrIter()
187 nNdIdx( rTxtNd.GetIndex() ), nFirst( nRed ), in SwRedlineItr()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx920 : static_cast< ::sal_Int32 >( aMinPaM.GetIndex() ); in retrieveParagraphSelection()
924 : static_cast< ::sal_Int32 >( aMaxPaM.GetIndex() ); in retrieveParagraphSelection()
946 ? static_cast< ::sal_Int32 >(aEndPaM.GetIndex()) : -1; in retrieveParagraphCaretPosition()
1013 ? static_cast< ::sal_Int32 >(aPaM.GetIndex()) : -1; in retrieveCharacterIndex()
2301 = static_cast< ::sal_Int32 >(rSelection.GetStart().GetIndex()); in handleSelectionChangeNotification()
2306 = static_cast< ::sal_Int32 >(rSelection.GetEnd().GetIndex()); in handleSelectionChangeNotification()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1067 (rAnch.GetCntntAnchor()->nNode.GetIndex() == nIndex) ) in AppendObjs()
1659 sal_uLong nEndIdx = rEndIdx.GetIndex(); in MakeFrms()
1665 SwNode2Layout aNode2Layout( *pNd, rSttIdx.GetIndex() ); in MakeFrms()
1698 sal_Bool bMoveNext = nEndIdx - rSttIdx.GetIndex() > 120; in MakeFrms()
1802 ::_InsertCnt( pUpper, pDoc, rSttIdx.GetIndex(), in MakeFrms()
1823 ::_InsertCnt( pUpper, pDoc, rSttIdx.GetIndex(), sal_False, in MakeFrms()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx516 sal_uInt16 GetIndex() const { return mnIndex; } in GetIndex() function in MetaTextAction
560 sal_uInt16 GetIndex() const { return mnIndex; } in GetIndex() function in MetaTextArrayAction
594 sal_uInt16 GetIndex() const { return mnIndex; } in GetIndex() function in MetaStretchTextAction
/trunk/main/formula/source/core/api/
H A Dtoken.cxx191 sal_uInt16 FormulaToken::GetIndex() const in GetIndex() function in formula::FormulaToken
1343 sal_uInt16 FormulaIndexToken::GetIndex() const { return nIndex; } in GetIndex() function in formula::FormulaIndexToken
1347 return FormulaToken::operator==( r ) && nIndex == r.GetIndex(); in operator ==()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()
540 pRes[ 3 ] = pAlphaReadAccess->GetPixel( pos.Y, pos.X ).GetIndex(); in getPixel()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx216 pOLENd = pNdIdx->GetNodes()[pNdIdx->GetIndex() + 1]->GetOLENode(); in lcl_GetOLENode()
382 SwOLENode *pOLENode = pNdIdx->GetNodes()[pNdIdx->GetIndex() + 1]->GetOLENode(); in createAndInsertOLEObject()
925 SwOLENode *pOLENd = pNdIdx->GetNodes()[pNdIdx->GetIndex() + 1]->GetNoTxtNode()->GetOLENode(); in endAppletOrPlugin()

Completed in 193 milliseconds

12345678910>>...16