Home
last modified time | relevance | path

Searched refs:pStart (Results 51 – 75 of 124) sorted by relevance

12345

/aoo41x/main/sw/source/ui/inc/
H A Dgloshdl.hxx46 const SvxMacro *pStart,
87 const SvxMacro* pStart,
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx366 const attribute::LineStartEndAttribute* pStart, in impTryToCreateSvtGraphicStroke() argument
397 if(pStart && pStart->isActive()) in impTryToCreateSvtGraphicStroke()
402 aLocalPolygon, pStart->getB2DPolyPolygon(), true, pStart->getWidth(), in impTryToCreateSvtGraphicStroke()
403 fPolyLength, pStart->isCentered() ? 0.5 : 0.0, &fStart); in impTryToCreateSvtGraphicStroke()
/aoo41x/main/unotools/inc/unotools/
H A Dtextsearch.hxx164 xub_StrLen* pStart, xub_StrLen* pEnde,
167 xub_StrLen* pStart, xub_StrLen* pEnde,
/aoo41x/main/vcl/source/helper/
H A Dcanvastools.cxx352 const sal_Int8* pStart(aTags.getConstArray()); in bitmapExFromXBitmap() local
354 const sal_Int8* pEnd(pStart+nLen); in bitmapExFromXBitmap()
357 std::find(pStart,pEnd, in bitmapExFromXBitmap()
358 rendering::ColorComponentTag::ALPHA) - pStart; in bitmapExFromXBitmap()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews9.cxx535 SFX_REQUEST_ARG (rReq, pStart, SfxUInt32Item, ID_VAL_STARTINTENS, sal_False); in AttrExec()
543 CHECK_RANGE (0, (sal_Int32)pStart->GetValue (), 100) && in AttrExec()
566 aGradient.SetStartIntens ((short) pStart->GetValue ()); in AttrExec()
581 (short) pStart->GetValue (), (short) pEnd->GetValue ()); in AttrExec()
/aoo41x/main/sc/source/filter/inc/
H A Ddif.hxx93 const sal_Unicode* ScanIntVal( const sal_Unicode* pStart, sal_uInt32& rRet );
94 sal_Bool ScanFloatVal( const sal_Unicode* pStart );
/aoo41x/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx53 const B2DPoint* pStart, in TrDeSimpleEdge() argument
55 : mpStart(pStart), in TrDeSimpleEdge()
106 const B2DPoint* pStart, in TrDeEdgeEntry() argument
109 : TrDeSimpleEdge(pStart, pEnd), in TrDeEdgeEntry()
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx248 SwPosition* pStart = pCrsr->Start(); in GetSelection() local
249 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in GetSelection()
771 SwPosition* pStart = pCrSr->Start(); in GetRedlineAtIndex() local
778 pRedline = pDoc->GetRedline( *pStart, NULL ); in GetRedlineAtIndex()
3720 SwPosition* pStart = pCrsr->Start(); in getSelectedPortionCount() local
3721 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in getSelectedPortionCount()
3793 SwPosition* pStart = pCrsr->Start(); in removeSelection() local
3794 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in removeSelection()
4099 SwPosition* pStart = pCrsr->Start(); in GetSelectionAtIndex() local
4100 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in GetSelectionAtIndex()
[all …]
/aoo41x/main/comphelper/source/misc/
H A Dlegacysingletonfactory.cxx131 const ::rtl::OUString* pStart = aServices.getConstArray(); in supportsService() local
133 return ::std::find( pStart, pEnd, _rServiceName ) != pEnd; in supportsService()
/aoo41x/main/sw/inc/
H A Dtblsel.hxx74 void GetTblSel( const SwLayoutFrm* pStart, const SwLayoutFrm* pEnd,
143 void MakeSelUnions( SwSelUnions&, const SwLayoutFrm *pStart,
/aoo41x/main/sw/source/ui/misc/
H A Dglshell.cxx128 SvxMacro* pStart = aStart.GetMacName().Len() ? &aStart : 0; in lcl_Save() local
130 pGlosHdl->SetMacros( rShortNm, pStart, pEnd, pBlock ); in lcl_Save()
/aoo41x/main/sw/source/core/edit/
H A Deditsh.cxx637 const SwPosition *pStart = pPaM->Start(), *pEnd = pPaM->End(); in Calculate() local
638 xub_StrLen nStt = pStart->nContent.GetIndex(); in Calculate()
671 pStart->nNode.GetIndex(), in Calculate()
672 pStart->nContent.GetIndex() ); in Calculate()
/aoo41x/main/linguistic/source/
H A Dgciterator.cxx208 const sal_Unicode *pStart = rText.getStr(); in lcl_BacktraceWhiteSpaces() local
209 if (0 <= nPosBefore && nPosBefore < nLen && lcl_IsWhiteSpace( pStart[ nPosBefore ] )) in lcl_BacktraceWhiteSpaces()
215 while (pText > pStart && lcl_IsWhiteSpace( *pText )) in lcl_BacktraceWhiteSpaces()
218 nRes = pText - pStart + 1; in lcl_BacktraceWhiteSpaces()
/aoo41x/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx273 const SwPosition *pStart = pCrsr->Start(); in ChangeText() local
274 const xub_StrLen nStartIndex = pStart->nContent.GetIndex(); in ChangeText()
275 const SwNodeIndex aStartNodeIndex = pStart->nNode; in ChangeText()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl.hxx256 SvxIconChoiceCtrlEntry* pStart,
270 void AdjustAtGrid( const SvPtrarr& rRow, SvxIconChoiceCtrlEntry* pStart=0 );
472 void AdjustEntryAtGrid( SvxIconChoiceCtrlEntry* pStart = 0 );
H A Dimivctl1.cxx3279 SvxIconChoiceCtrlEntry* pStart, in SelectRange() argument
3283 sal_uLong nFront = GetEntryListPos( pStart ); in SelectRange()
3465 void SvxIconChoiceCtrl_Impl::AdjustEntryAtGrid( SvxIconChoiceCtrlEntry* pStart ) in AdjustEntryAtGrid() argument
3468 pImpCursor->CreateGridAjustData( aLists, pStart ); in AdjustEntryAtGrid()
3471 AdjustAtGrid( *(SvPtrarr*)aLists[ nCur ], pStart ); in AdjustEntryAtGrid()
3477 void SvxIconChoiceCtrl_Impl::AdjustAtGrid( const SvPtrarr& rRow, SvxIconChoiceCtrlEntry* pStart ) in AdjustAtGrid() argument
3483 if( !pStart ) in AdjustAtGrid()
3492 if( !bGo && pCur == pStart ) in AdjustAtGrid()
4062 return pImpCursor->GoLeftRight( pStart, bRight ); in GoLeftRight()
4065 SvxIconChoiceCtrlEntry* SvxIconChoiceCtrl_Impl::GoUpDown( SvxIconChoiceCtrlEntry* pStart, sal_Bool … in GoUpDown() argument
[all …]
/aoo41x/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx635 const UnoFilterEntry* pStart = _rGroupedFilters.getConstArray(); in FilterNameExists() local
636 const UnoFilterEntry* pEnd = pStart + _rGroupedFilters.getLength(); in FilterNameExists()
637 for( ; pStart != pEnd; ++pStart ) in FilterNameExists()
641 FilterTitleMatch( pStart->First ) ) ) in FilterNameExists()
644 bRet = pStart != pEnd; in FilterNameExists()
/aoo41x/main/sw/source/core/doc/
H A Ddocedt.cxx492 const SwPosition* pStart = aPam.Start(); in lcl_SaveRedlines() local
497 pDoc->GetRedline( *pStart, &nCurrentRedline ); in lcl_SaveRedlines()
513 *pStart, *pEnd); in lcl_SaveRedlines()
531 *pNewRedline->End() = *pStart; in lcl_SaveRedlines()
532 *pCurrent->Start() = *pStart; in lcl_SaveRedlines()
547 _SaveRedline* pSave = new _SaveRedline( pCurrent, *pStart ); in lcl_SaveRedlines()
2067 const SwNode *pStart; member in SwHyphArgs
2105 pStart = pPoint->nNode.GetNode().GetTxtNode(); in SwHyphArgs()
2118 nStart = pStart == pNew ? nPamStart : 0; in SetRange()
/aoo41x/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx84 SubSequence(const T * pStart, sal_uInt32 nCount_) in SubSequence() argument
85 : mpSequence(new com::sun::star::uno::Sequence<T>(pStart, nCount_)), in SubSequence()
/aoo41x/main/basic/source/sbx/
H A Dsbxscan.cxx99 const char* pStart = aBStr.getStr(); in ImpScan() local
100 const char* p = pStart; in ImpScan()
234 *pLen = (sal_uInt16) ( p - pStart ); in ImpScan()
/aoo41x/main/sal/osl/os2/
H A Dprofile.c2083 sal_Char *pStart, *pEnd;
2089 if (((pStart = strchr(pChr + sizeof(SVERSION_OPTION), '[')) != NULL) &&
2090 ((pEnd = strchr(pStart + 1, ']')) != NULL))
2092 strncpy(Path, pStart + 1, pEnd - (pStart + 1));
2093 Path[pEnd - (pStart + 1)] = '\0';
/aoo41x/main/sw/source/core/frmedt/
H A Dfews.cxx614 SwPosition* pStart = pPam->Start(); in Sort() local
617 SwNodeIndex aPrevIdx( pStart->nNode, -1 ); in Sort()
618 sal_uLong nOffset = pEnd->nNode.GetIndex() - pStart->nNode.GetIndex(); in Sort()
619 xub_StrLen nCntStt = pStart->nContent.GetIndex(); in Sort()
/aoo41x/main/svtools/source/inc/
H A Dsvimpicn.hxx152 void AdjustAtGrid( const SvPtrarr& rRow, SvLBoxEntry* pStart=0 );
301 void AdjustAtGrid( SvLBoxEntry* pStart = 0 );
/aoo41x/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx104 void ScAsciiOptions::SetColInfo( sal_uInt16 nCount, const xub_StrLen* pStart, const sal_uInt8* pFor… in SetColInfo() argument
117 pColStart[i] = pStart[i]; in SetColInfo()
/aoo41x/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx704 const SvxMacro* pStart, in SetMacros() argument
712 if( pStart ) in SetMacros()
713 aMacroTbl.Insert( SW_EVENT_START_INS_GLOSSARY, new SvxMacro(*pStart)); in SetMacros()

Completed in 187 milliseconds

12345