Home
last modified time | relevance | path

Searched refs:nPos (Results 1651 – 1675 of 1846) sorted by relevance

1...<<61626364656667686970>>...74

/trunk/main/l10ntools/source/
H A Dexport.cxx852 sal_uInt16 nPos = 0; in Execute() local
854 nPos = sTmpToken.ToLowerAscii().Search("[en-us]="); in Execute()
855 if( nPos != STRING_NOTFOUND ) { in Execute()
859 ByteString sKey = sTmpToken.Copy( 0 , nPos ); in Execute()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1573 sal_uInt16 nPos; in dragGestureRecognized() local
1575 const SvxFieldItem* pField = GetField( aMousePos, &nPara, &nPos ); in dragGestureRecognized()
1581 aCopySel = EditSelection( EditPaM( pNode, nPos ), EditPaM( pNode, nPos+1 ) ); in dragGestureRecognized()
/trunk/main/vcl/inc/vcl/
H A Dsplit.hxx100 virtual void SetSplitPosPixel( long nPos );
H A Dslider.hxx73 SAL_DLLPRIVATE long ImplCalcThumbPosPix( long nPos );
/trunk/main/editeng/inc/editeng/
H A Dadjitem.hxx77 virtual String GetValueTextByPos( sal_uInt16 nPos ) const;
/trunk/main/sw/source/core/text/
H A Datrhndl.hxx77 void Insert( const SwTxtAttr& rAttr, const sal_uInt16 nPos );
H A Dtxtdrop.cxx145 sal_Bool SwTxtSizeInfo::_HasHint( const SwTxtNode* pTxtNode, xub_StrLen nPos ) in _HasHint() argument
147 return 0 != pTxtNode->GetTxtAttrForCharAt(nPos); in _HasHint()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1870 sal_Int32 nPos = i_rOrig.indexOfAsciiL( i_pRepl, i_nReplLen ); in searchAndReplace() local
1871 if( nPos != -1 ) in searchAndReplace()
1874 aBuf.append( i_rOrig.getStr(), nPos ); in searchAndReplace()
1876 if( nPos + i_nReplLen < i_rOrig.getLength() ) in searchAndReplace()
1877 aBuf.append( i_rOrig.getStr() + nPos + i_nReplLen ); in searchAndReplace()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2856 SCTAB nPos = 0; in ShowTable() local
2864 nPos = i; in ShowTable()
2871 pDoc->SetVisible( nPos, sal_True ); in ShowTable()
2874 pDocSh->GetUndoManager()->AddUndoAction( new ScUndoShowHideTab( pDocSh, nPos, sal_True ) ); in ShowTable()
2876 SetTabNo( nPos, sal_True ); in ShowTable()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1361 sal_Int32 nPos = aToken.indexOf( ',' ); in fillNode() local
1362 if( nPos >= 0 ) in fillNode()
1364 pValues->Time = aToken.copy( 0, nPos ).toDouble(); in fillNode()
1365 pValues->Progress = aToken.copy( nPos+1, aToken.getLength() - nPos - 1 ).toDouble(); in fillNode()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx544 long nPos; in getTypes() local
545 for(nPos = 0; nPos < aSvxTypes.getLength(); nPos++) in getTypes()
547 pPageTypes[nIndex++] = pSvxTypes[nPos]; in getTypes()
H A Dunosett.cxx1123 sal_uInt32 nPos = rInfo.GetPosFromLeft(); in getPropertyValue() local
1124 if(USHRT_MAX == nPos) in getPropertyValue()
1125 nPos = 0; in getPropertyValue()
1126 aRet <<= static_cast < sal_Int32 >(TWIP_TO_MM100_UNSIGNED(nPos)); in getPropertyValue()
/trunk/main/sfx2/source/appl/
H A Dappchild.cxx120 pFac->nPos ); in RegisterChildWindowContext_Impl()
/trunk/main/sw/inc/
H A Dbreakit.hxx107 sal_uInt16 GetRealScriptOfText( const String& rTxt, xub_StrLen nPos ) const;
/trunk/main/rsc/inc/
H A Drscconst.hxx48 Atom GetConstant( sal_uInt32 nPos );
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx69 : pBackground(0), nPos(nPosition), mbUseLayoutHeights(bUseLayoutHeights), in SwWriteTableRow()
92 : nPos(nPosition), nWidthOpt(0), bRelWidthOpt(false), bOutWidth(true), in SwWriteTableCol()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx741 sal_Int32 nPos = aPoint.nContent.GetIndex(); in ExecSpellPopup() local
742 (void) nPos; in ExecSpellPopup()
H A Dviewtab.cxx1544 nEnd = nEnd - (sal_uInt16)rEntry.nPos; in StateTabWin()
1561 nEnd = static_cast< sal_uInt16 >(rEntry.nPos - aTabCols.GetLeft()); in StateTabWin()
1760 nEnd = sal_uInt16(aTabCols.GetRight() - rEntry.nPos); in StateTabWin()
1768 nEnd = sal_uInt16(rEntry.nPos - aTabCols.GetLeft()); in StateTabWin()
/trunk/main/sd/source/ui/inc/
H A Danimobjs.hxx168 void UpdateControl( sal_uLong nPos, sal_Bool bDisableCtrls = sal_False );
/trunk/main/starmath/inc/
H A Dedit.hxx52 sal_uInt16 &nPara, sal_uInt16 &nPos);
/trunk/main/offapi/com/sun/star/i18n/
H A DXInputSequenceChecker.idl49 boolean checkInputSequence( [in] string aText, [in] long nPos,
/trunk/main/sc/source/ui/inc/
H A Dtpsubt.hxx78 ScSubTotalFunc LbPosToFunc ( sal_uInt16 nPos );
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx988 sal_uInt16 nPos = 0; in getElementNames() local
991 DBG_ASSERT( nPos<nCount, "Anzahl durcheinandergekommen" ); in getElementNames()
992 if (nPos<nCount) in getElementNames()
993 pAry[nPos++] = ScStyleNameConversion::DisplayToProgrammaticName( in getElementNames()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1092 sal_uInt16 nPos = GetCntnt(); in GetPageNo() local
1096 if( pFrm->GetOfst() > nPos || in GetPageNo()
1097 (pFrm->HasFollow() && pFrm->GetFollow()->GetOfst() <= nPos) ) in GetPageNo()
1102 rLineNo = (sal_uInt16)(pFrm->GetLineCount( nPos ) + in GetPageNo()
/trunk/main/sfx2/inc/
H A Ddocvor.hxx131 sal_uIntPtr nPos = LIST_APPEND, void* pUserData = NULL );

Completed in 154 milliseconds

1...<<61626364656667686970>>...74