Home
last modified time | relevance | path

Searched refs:nFndPos (Results 1 – 21 of 21) sorted by last modified time

/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx349 sal_uInt16 nFndPos = USHRT_MAX; in UpdateAllLinks() local
353 nFndPos = i; in UpdateAllLinks()
357 if( USHRT_MAX == nFndPos ) in UpdateAllLinks()
H A Dlinksrc.cxx258 if( USHRT_MAX != nFndPos ) in SendDataChanged()
259 pImpl->aArr.DeleteAndDestroy( nFndPos ); in SendDataChanged()
295 if( USHRT_MAX != nFndPos ) in NotifyDataChanged()
296 pImpl->aArr.DeleteAndDestroy( nFndPos ); in NotifyDataChanged()
335 if( USHRT_MAX != nFndPos ) in DataChanged()
336 pImpl->aArr.DeleteAndDestroy( nFndPos ); in DataChanged()
365 sal_uInt16 nFndPos = pImpl->aArr.GetPos( p ); in RemoveAllDataAdvise() local
366 if( USHRT_MAX != nFndPos ) in RemoveAllDataAdvise()
367 pImpl->aArr.DeleteAndDestroy( nFndPos ); in RemoveAllDataAdvise()
385 if( USHRT_MAX != nFndPos ) in RemoveConnectAdvise()
[all …]
H A Dlnkbase2.cxx612 sal_uInt16 nFndPos = sError.Search( '%' ); in ExecuteEdit() local
613 if( STRING_NOTFOUND != nFndPos ) in ExecuteEdit()
615 sError.Erase( nFndPos, 1 ).Insert( sApp, nFndPos ); in ExecuteEdit()
616 nFndPos = nFndPos + sApp.Len(); in ExecuteEdit()
618 if( STRING_NOTFOUND != ( nFndPos = sError.Search( '%', nFndPos ))) in ExecuteEdit()
620 sError.Erase( nFndPos, 1 ).Insert( sTopic, nFndPos ); in ExecuteEdit()
621 nFndPos = nFndPos + sTopic.Len(); in ExecuteEdit()
623 if( STRING_NOTFOUND != ( nFndPos = sError.Search( '%', nFndPos ))) in ExecuteEdit()
624 sError.Erase( nFndPos, 1 ).Insert( sItem, nFndPos ); in ExecuteEdit()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1781 xub_StrLen nFndPos = nStt, nEndPos = nEnd; in DelSoftHyph() local
1783 ( nFndPos = m_Text.Search( CHAR_SOFTHYPHEN, nFndPos )) && in DelSoftHyph()
1784 nFndPos < nEndPos ) in DelSoftHyph()
1786 const SwIndex aIdx( this, nFndPos ); in DelSoftHyph()
/trunk/main/svl/source/items/
H A Dstyle.cxx1176 sal_uInt16 nFndPos; in Store() local
1192 if( aSortOrigNames.Seek_Entry( &sNm, &nFndPos )) in Store()
1193 rStream.WriteByteString( aConvNames.GetObject( nFndPos )->Copy( 2 )); in Store()
1198 if( aSortOrigNames.Seek_Entry( &sNm, &nFndPos )) in Store()
1199 rStream.WriteByteString( aConvNames.GetObject( nFndPos )->Copy( 2 )); in Store()
1204 if( aSortOrigNames.Seek_Entry( &sNm, &nFndPos )) in Store()
1205 rStream.WriteByteString( aConvNames.GetObject( nFndPos )->Copy( 2 )); in Store()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx504 sal_uInt16 nFndPos; in IMPL_LINK() local
567 sal_uInt16 nFndPos, nInsPos, in IMPL_LINK() local
574 if( !nFndPos || nFndPos == aDBColumns.Count()-1 ) in IMPL_LINK()
575 nInsPos = nFndPos; in IMPL_LINK()
836 sal_uInt16 nFndPos; in IMPL_LINK() local
907 sal_uInt16 nSttPos = 0, nFndPos; in lcl_InsTextInArr() local
910 if( 1 < nFndPos ) in lcl_InsTextInArr()
917 nSttPos = nFndPos + 1; in lcl_InsTextInArr()
937 sal_uInt16 nFndPos, nEndPos, nSttPos = 0; in SplitTextToColArr() local
941 nSttPos = nFndPos + 1; in SplitTextToColArr()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx2275 sal_uInt16 nFndPos = static_cast< sal_uInt16 >(aIter - aStrArr.begin()); in WriteGenericPlc() local
2308 SwWW8Writer::WriteShort( *rWrt.pTableStrm, nFndPos ); in WriteGenericPlc()
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx154 xub_StrLen nFndPos = sNm.SearchAscii( pCmp ); in _WhichFld() local
155 if( STRING_NOTFOUND != nFndPos && in _WhichFld()
156 ( !nFndPos || !isalpha(sNm.GetChar( static_cast< xub_StrLen >(nFndPos-1) )) ) && in _WhichFld()
157 …( nFndPos+nLen == sNm.Len() || !isalpha(sNm.GetChar( static_cast< xub_StrLen >(nFndPos+nLen) ) ) )… in _WhichFld()
160 rName = rName.Copy( nFndPos, static_cast< xub_StrLen >(nLen) ); in _WhichFld()
161 nFndPos += nTokenStt + static_cast< xub_StrLen >(nLen); in _WhichFld()
162 while ((nFndPos < rNext.Len()) && (rNext.GetChar(nFndPos) == ' ')) in _WhichFld()
164 ++nFndPos; in _WhichFld()
166 rNext.Erase( 0, nFndPos ); in _WhichFld()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx758 nFndPos(nPos) in SwXCell()
768 nFndPos(USHRT_MAX) in SwXCell()
1223 if( nFndPos < pTable->GetTabSortBoxes().Count() && in FindBox()
1224 pBox2 == pTable->GetTabSortBoxes()[ nFndPos ] ) in FindBox()
1228 if( pTable->GetTabSortBoxes().Seek_Entry( pBox2, &nFndPos )) in FindBox()
1232 nFndPos = USHRT_MAX; in FindBox()
/trunk/main/sw/source/core/undo/
H A Duntblk.cxx116 sal_uInt16 nFndPos, nArrLen = pDoc->GetSpzFrmFmts()->Count(); in SetInsertRange() local
127 USHRT_MAX == ( nFndPos = pFrmFmts->GetPos( pFmt ) ) ) in SetInsertRange()
134 pFrmFmts->Remove( nFndPos ); in SetInsertRange()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx2166 sal_uInt16 nFndPos; in _FndBoxCopyCol() local
2167 if( !pFndPara->rBoxes.Seek_Entry( pSrch, &nFndPos )) in _FndBoxCopyCol()
/trunk/main/sw/source/core/fields/
H A Dfldlst.cxx174 sal_uInt16 nFndPos = aTmpLst.GetPos( pTmp ); in BuildSortLst() local
175 if( USHRT_MAX == nFndPos ) in BuildSortLst()
182 aTmpLst.Remove( nFndPos ); in BuildSortLst()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx161 sal_uInt16 nFndPos; in AddBoxWidth() local
165 aLinesWidth[ nFndPos ] = aLinesWidth[ nFndPos ] + nWidth; in AddBoxWidth()
171 sal_uInt16 nFndPos; in GetBoxWidth() local
173 nFndPos = aLinesWidth[ nFndPos ]; in GetBoxWidth()
175 nFndPos = 0; in GetBoxWidth()
176 return nFndPos; in GetBoxWidth()
342 sal_uInt16 nFndPos; in lcl_CopyCol() local
1329 sal_uInt16 nFndPos; in SplitCol() local
2431 nFndPos ) in FindPreviousBox()
2447 if( !nFndPos ) in FindPreviousBox()
[all …]
H A Ddocnum.cxx731 sal_uInt16 nFndPos = ::lcl_FindOutlineNum( GetNodes(), sName ); in GotoOutline() local
732 if( USHRT_MAX != nFndPos ) in GotoOutline()
734 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
754 nFndPos = nTmp; in GotoOutline()
755 pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
763 nFndPos = ::lcl_FindOutlineName( GetNodes(), rName, sal_False ); in GotoOutline()
764 if( USHRT_MAX != nFndPos ) in GotoOutline()
766 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
776 nFndPos = ::lcl_FindOutlineName( GetNodes(), sName, sal_False ); in GotoOutline()
777 if( USHRT_MAX != nFndPos ) in GotoOutline()
[all …]
H A Ddocredln.cxx2114 sal_uInt16 nFndPos = 2 == nLoopCnt in AcceptRedline() local
2117 if( USHRT_MAX != nFndPos || ( 0 != ( --nLoopCnt ) && in AcceptRedline()
2118 USHRT_MAX != ( nFndPos = in AcceptRedline()
2120 pTmp = (*pRedlineTbl)[ nPos = nFndPos ]; in AcceptRedline()
2227 sal_uInt16 nFndPos = 2 == nLoopCnt in RejectRedline() local
2230 if( USHRT_MAX != nFndPos || ( 0 != ( --nLoopCnt ) && in RejectRedline()
2231 USHRT_MAX != ( nFndPos = in RejectRedline()
2233 pTmp = (*pRedlineTbl)[ nPos = nFndPos ]; in RejectRedline()
H A Ddocedt.cxx689 sal_uInt16 nFndPos; in _SaveRedlEndPosForRestore() local
692 const SwRedline* pRedl = pDest->GetRedline( aSrcPos, &nFndPos ); in _SaveRedlEndPosForRestore()
693 while( nFndPos-- && *( pEnd = ( pRedl = in _SaveRedlEndPosForRestore()
694 pDest->GetRedlineTbl()[ nFndPos ] )->End() ) == aSrcPos && *pRedl->Start() < aSrcPos ) in _SaveRedlEndPosForRestore()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx2198 sal_uInt16 nFndPos = 2 == nLoopCnt in GotoRedline() local
2201 if( USHRT_MAX != nFndPos || in GotoRedline()
2203 nFndPos = rTbl.FindPrevOfSeqNo( nArrSavPos ))) ) in GotoRedline()
2211 nArrPos = nFndPos; in GotoRedline()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx886 nSttPos = nFndPos; in GetToken()
889 if( STRING_NOTFOUND != ( nFndPos = in GetToken()
890 sCommand.Search( ']', nFndPos )) ) in GetToken()
893 if( '\\' == sCommand.GetChar(nFndPos-1)) in GetToken()
896 nFndPos - nSttPos - 1 ); in GetToken()
897 nSttPos = ++nFndPos; in GetToken()
902 } while( STRING_NOTFOUND != nFndPos ); in GetToken()
904 if( STRING_NOTFOUND != nFndPos ) in GetToken()
906 if( nSttPos != nFndPos ) in GetToken()
908 nFndPos - nSttPos ); in GetToken()
[all …]
/trunk/main/sw/inc/
H A Dunotbl.hxx101 sal_uInt16 nFndPos; member in SwXCell
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx657 if( STRING_NOTFOUND != nFndPos && nFndPos && in FnChgToEnEmDash()
658 nFndPos + 2 < sTmp.Len() && in FnChgToEnEmDash()
664 nSttPos = nSttPos + nFndPos; in FnChgToEnEmDash()
794 nFndPos = nPos; in FnChgWeightUnderl()
797 nFndPos = STRING_NOTFOUND; in FnChgWeightUnderl()
807 if( STRING_NOTFOUND != nFndPos ) in FnChgWeightUnderl()
814 rDoc.SetAttr( nFndPos + 1, nEndPos, in FnChgWeightUnderl()
821 rDoc.SetAttr( nFndPos + 1, nEndPos, in FnChgWeightUnderl()
826 rDoc.Delete( nFndPos, nFndPos + 1 ); in FnChgWeightUnderl()
829 return STRING_NOTFOUND != nFndPos; in FnChgWeightUnderl()
[all …]
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx277 sal_uInt16 nFndPos = (sal_uInt16)rListBox.GetModel()->GetAbsPos( pE ); in IMPL_LINK_INLINE_END() local
278 if( LISTBOX_ENTRY_NOTFOUND != nFndPos ) in IMPL_LINK_INLINE_END()
281 aPosArr.push_back( nFndPos ); in IMPL_LINK_INLINE_END()

Completed in 468 milliseconds