Home
last modified time | relevance | path

Searched refs:pSel (Results 1 – 22 of 22) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiOptionsEventHandlerImpl.java107 short [] pSel = (short []) xListProps.getPropertyValue( "SelectedItems" ); in CheckButtonState() local
110 Boolean bState = new Boolean( pSel.length != 0 ); in CheckButtonState()
139 short[] pSel = (short []) xListProps.getPropertyValue( "SelectedItems" ); in EditSetting() local
141 if ( pSel.length > 0 && pItems.length > pSel[0] ) in EditSetting()
143 String selName = pItems[pSel[0]]; in EditSetting()
144 ht = m_aSettings.getSettingByUrl( pItems[pSel[0]] ); in EditSetting()
167 short[] pSel = (short []) xListProps.getPropertyValue("SelectedItems"); in RemoveSetting() local
169 if ( pSel.length > 0 && pItems.length > pSel[0] ) in RemoveSetting()
171 m_aSettings.removeSettingByUrl( pItems[pSel[0]] ); in RemoveSetting()
H A DWikiPropDialog.java208 … short [] pSel = (short[]) GetPropSet("WikiList").getPropertyValue("SelectedItems"); in switchSendButtonIfNecessary() local
210 … if ( pSel != null && pSel.length > 0 && sArticle != null && sArticle.length() != 0 ) in switchSendButtonIfNecessary()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx198 delete uRow.pSel; in ~BrowseBox()
1361 uRow.pSel->Insert( nRow, nNumRows ); in RowInserted()
1448 uRow.pSel->Remove( nRow ); in RowRemoved()
1790 uRow.pSel->SelectAll(sal_False); in SetNoSelection()
1825 *uRow.pSel = rSel; in SetSelection()
1865 uRow.pSel->SelectAll(sal_True); in SelectAll()
1938 uRow.pSel->SelectAll(sal_False); in SelectRow()
2025 uRow.pSel->SelectAll(sal_False); in SelectColumnPos()
2546 uRow.pSel = pOldRowSel; in SetMode()
2548 uRow.pSel = new MultiSelection; in SetMode()
[all …]
H A Dbrwbox2.cxx180 uRow.pSel->SetTotalRange( Range( 0, nRowCount - 1 ) ); in StateChanged()
358 for ( long nRow = bMultiSelection ? uRow.pSel->FirstSelected() : uRow.nSel; in ToggleSelection()
360 nRow = bMultiSelection ? uRow.pSel->NextSelected() : BROWSER_ENDOFSELECTION ) in ToggleSelection()
1707 uRow.pSel->SelectAll(sal_False); in MouseButtonDown()
1741 !uRow.pSel->IsSelected( rEvt.GetRow() ) ); in MouseButtonDown()
1775 if ( uRow.pSel->GetSelectCount() > ( GetRowCount() / 2 ) ) in MouseButtonDown()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx575 sal_uLong TextDoc::GetTextLen( const xub_Unicode* pSep, const TextSelection* pSel ) const in GetTextLen()
583 if ( pSel ) in GetTextLen()
585 nStartNode = pSel->GetStart().GetPara(); in GetTextLen()
586 nEndNode = pSel->GetEnd().GetPara(); in GetTextLen()
595 if ( pSel && ( nNode == pSel->GetStart().GetPara() ) ) in GetTextLen()
596 nS = pSel->GetStart().GetIndex(); in GetTextLen()
597 if ( pSel && ( nNode == pSel->GetEnd().GetPara() ) ) in GetTextLen()
598 nE = pSel->GetEnd().GetIndex(); in GetTextLen()
H A Dtexteng.cxx2634 sal_Bool TextEngine::Read( SvStream& rInput, const TextSelection* pSel ) in Read() argument
2641 if ( pSel ) in Read()
2642 aSel = *pSel; in Read()
2679 sal_Bool TextEngine::Write( SvStream& rOutput, const TextSelection* pSel, sal_Bool bHTML ) in Write() argument
2682 if ( pSel ) in Write()
2683 aSel = *pSel; in Write()
H A Dtextdoc.hxx128 sal_uLong GetTextLen( const sal_Unicode* pSep, const TextSelection* pSel = NULL ) const;
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx51 static void Print( const MultiSelection* pSel ) in Print() argument
54 pSel->aTotRange.Min(), pSel->aTotRange.Max() ); in Print()
55 if ( pSel->bCurValid ) in Print()
57 DbgOutf( "CurSubSel: %4ld\n", pSel->nCurSubSel ); in Print()
58 DbgOutf( "CurIndex: %4ld\n", pSel->nCurIndex ); in Print()
60 DbgOutf( "SelCount: %4ld\n", pSel->nSelCount ); in Print()
61 DbgOutf( "SubCount: %4ld\n", pSel->aSels.Count() ); in Print()
62 for ( sal_uIntPtr nPos = 0; nPos < pSel->aSels.Count(); ++nPos ) in Print()
65 pSel->aSels.GetObject(nPos)->Min(), in Print()
66 pSel->aSels.GetObject(nPos)->Max() ); in Print()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx530 void EditHTMLParser::ImpSetAttribs( const SfxItemSet& rItems, EditSelection* pSel ) in ImpSetAttribs() argument
534 …DBG_ASSERT( pSel || ( aCurSel.Min().GetNode() == aCurSel.Max().GetNode() ), "ImpInsertAttribs: Sel… in ImpSetAttribs()
536 EditPaM aStartPaM( pSel ? pSel->Min() : aCurSel.Min() ); in ImpSetAttribs()
537 EditPaM aEndPaM( pSel ? pSel->Max() : aCurSel.Max() ); in ImpSetAttribs()
539 if ( !pSel ) in ImpSetAttribs()
H A Deertfpar.hxx54 EditPosition( ImpEditEngine* pIEE, EditSelection* pSel ) in EditPosition() argument
55 { pImpEditEngine = pIEE; pCurSel = pSel; } in EditPosition()
H A Dediteng.cxx1610 EditSelection* pSel = pImpEditEngine->SelectParagraph( nPara ); in SetText() local
1611 if ( pSel ) in SetText()
1614 pImpEditEngine->InsertText( rTxtObj, *pSel ); in SetText()
1617 delete pSel; in SetText()
1624 EditSelection* pSel = pImpEditEngine->SelectParagraph( nPara ); in SetText() local
1625 if ( pSel ) in SetText()
1628 pImpEditEngine->ImpInsertText( *pSel, rTxt ); in SetText()
1631 delete pSel; in SetText()
H A Deehtml.hxx77 void ImpSetAttribs( const SfxItemSet& rItems, EditSelection* pSel = 0 );
H A Dimpedit3.cxx4175 EditSelection* pSel = 0; in SelectParagraph() local
4179 pSel = new EditSelection( EditPaM( pNode, 0 ), EditPaM( pNode, pNode->Len() ) ); in SelectParagraph()
4181 return pSel; in SelectParagraph()
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificatechooser.cxx55 SvLBoxEntry* pSel = maCertLB.FirstSelected(); in GetSelectedEntryPos() local
56 if( pSel ) in GetSelectedEntryPos()
57 nSel = (sal_uInt16) ( sal_uIntPtr ) pSel->GetUserData(); in GetSelectedEntryPos()
/trunk/main/sw/source/ui/envelp/
H A Dlabelexp.cxx130 SvLBoxEntry* pSel = aAutoTextLB.FirstSelected(); in IMPL_LINK() local
132 if( pSel ) in IMPL_LINK()
133 sEntry = *(String*)pSel->GetUserData(); in IMPL_LINK()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx824 std::auto_ptr< SwBoxSelection > pSel( CollectBoxSelection( rPam ) ); in PrepareMerge()
825 if( !pSel.get() || pSel->isEmpty() ) in PrepareMerge()
831 SwTableBox *pMergeBox = (*pSel->aBoxes[0])[0]; // the master cell box in PrepareMerge()
846 const sal_uInt16 nLineCount = sal_uInt16(pSel->aBoxes.size()); in PrepareMerge()
857 const SwSelBoxes* pBoxes = pSel->aBoxes[ nCurrLine ]; in PrepareMerge()
932 pNewFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, pSel->mnMergeWidth, 0 ) ); in PrepareMerge()
935 const SwSelBoxes* pBoxes = pSel->aBoxes[ nCurrLine ]; in PrepareMerge()
/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx284 BoxStructure::iterator pSel = maLines[rLine].end(); in addLine() local
291 pCol, pSel, bSelected, pBox->mbCovered ); in addLine()
306 BoxStructure::iterator pSel = maLines[rLine].end(); in addLine() local
309 pCol, pSel, bSelected, false ); in addLine()
H A Dtblrwcl.cxx1937 const SwTableBox *pSel = pFndLine->GetBoxes()[0]->GetBox(); in lcl_CalcNewWidths() local
1943 if( pBox != pSel ) in lcl_CalcNewWidths()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx298 sal_Bool Read( SvStream& rInput, const TextSelection* pSel = NULL );
300 …sal_Bool Write( SvStream& rOutput, const TextSelection* pSel = NULL, sal_Bool bHTML = sal_False…
H A Dbrwbox.hxx297 MultiSelection* pSel; // selected rows for multi-selection member
567 { return bMultiSelection ? uRow.pSel : 0; } in GetSelection()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx558 SvLBoxEntry* pSel = FirstSelected(); in SelectHdl() local
559 sal_uInt16 nAbsPos = pSel ? (sal_uInt16)GetModel()->GetAbsPos(pSel) : 0; in SelectHdl()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx770 Selection* pSel = m_aSelections[ selection ]; in requestOwnership() local
771 pSel->m_bOwner = bSuccess; in requestOwnership()
772 delete pSel->m_pPixmap; in requestOwnership()
773 pSel->m_pPixmap = NULL; in requestOwnership()
774 pSel->m_nOrigTimestamp = m_nSelectionTimestamp; in requestOwnership()

Completed in 198 milliseconds