/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiOptionsEventHandlerImpl.java | 107 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 D | WikiPropDialog.java | 208 … short [] pSel = (short[]) GetPropSet("WikiList").getPropertyValue("SelectedItems"); in switchSendButtonIfNecessary() local 210 … if ( pSel != null && pSel.length > 0 && sArticle != null && sArticle.length() != 0 ) in switchSendButtonIfNecessary()
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 198 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 D | brwbox2.cxx | 180 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()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textdoc.cxx | 575 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 D | texteng.cxx | 2634 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 D | textdoc.hxx | 128 sal_uLong GetTextLen( const sal_Unicode* pSep, const TextSelection* pSel = NULL ) const;
|
/aoo42x/main/tools/source/memtools/ |
H A D | multisel.cxx | 51 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()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | eehtml.cxx | 530 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 D | eertfpar.hxx | 54 EditPosition( ImpEditEngine* pIEE, EditSelection* pSel ) in EditPosition() argument 55 { pImpEditEngine = pIEE; pCurSel = pSel; } in EditPosition()
|
H A D | editeng.cxx | 1610 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 D | eehtml.hxx | 77 void ImpSetAttribs( const SfxItemSet& rItems, EditSelection* pSel = 0 );
|
H A D | impedit3.cxx | 4175 EditSelection* pSel = 0; in SelectParagraph() local 4179 pSel = new EditSelection( EditPaM( pNode, 0 ), EditPaM( pNode, pNode->Len() ) ); in SelectParagraph() 4181 return pSel; in SelectParagraph()
|
/aoo42x/main/xmlsecurity/source/dialogs/ |
H A D | certificatechooser.cxx | 55 SvLBoxEntry* pSel = maCertLB.FirstSelected(); in GetSelectedEntryPos() local 56 if( pSel ) in GetSelectedEntryPos() 57 nSel = (sal_uInt16) ( sal_uIntPtr ) pSel->GetUserData(); in GetSelectedEntryPos()
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | labelexp.cxx | 130 SvLBoxEntry* pSel = aAutoTextLB.FirstSelected(); in IMPL_LINK() local 132 if( pSel ) in IMPL_LINK() 133 sEntry = *(String*)pSel->GetUserData(); in IMPL_LINK()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 824 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 284 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 D | tblrwcl.cxx | 1937 const SwTableBox *pSel = pFndLine->GetBoxes()[0]->GetBox(); in lcl_CalcNewWidths() local 1943 if( pBox != pSel ) in lcl_CalcNewWidths()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 298 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 D | brwbox.hxx | 297 MultiSelection* pSel; // selected rows for multi-selection member 567 { return bMultiSelection ? uRow.pSel : 0; } in GetSelection()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 558 SvLBoxEntry* pSel = FirstSelected(); in SelectHdl() local 559 sal_uInt16 nAbsPos = pSel ? (sal_uInt16)GetModel()->GetAbsPos(pSel) : 0; in SelectHdl()
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 770 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()
|