Home
last modified time | relevance | path

Searched refs:nArgPos (Results 1 – 7 of 7) sorted by relevance

/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx81 nArgPos ); in verifyInput()
90 nArgPos ); in verifyInput()
115 nArgPos ); in verifyInput()
124 nArgPos ); in verifyInput()
149 nArgPos ); in verifyInput()
158 nArgPos ); in verifyInput()
167 nArgPos ); in verifyInput()
176 nArgPos ); in verifyInput()
185 nArgPos ); in verifyInput()
194 nArgPos ); in verifyInput()
[all …]
/trunk/main/canvas/inc/canvas/
H A Dverifyinput.hxx99 ::sal_Int16 nArgPos );
122 ::sal_Int16 nArgPos );
145 ::sal_Int16 nArgPos );
168 ::sal_Int16 nArgPos );
259 ::sal_Int16 nArgPos );
285 ::sal_Int16 nArgPos,
330 ::sal_Int16 nArgPos );
441 ::sal_Int16 nArgPos ) in verifyInput() argument
443 (void)pStr; (void)xIf; (void)nArgPos; in verifyInput()
452 nArgPos ); in verifyInput()
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx893 xub_StrLen nArgPos= m_aFormulaHelper.GetArgStart( aFormula, nFStart, 0 ); in FillControls() local
901 if(nArgPos<=nEditPos && nEditPos<nArgPos+nLength) in FillControls()
906 nArgPos = sal::static_int_cast<xub_StrLen>( nArgPos + nLength ); in FillControls()
1259 sal_Int32 nArgPos=m_aFormulaHelper.GetArgStart( aFormula, nFStart, 0 ); in EditFuncParas() local
1271 if(nArgPos<=nEditPos && nEditPos<nArgPos+nLength) in EditFuncParas()
1276 nArgPos+=nLength+1; in EditFuncParas()
1514 sal_Int32 nArgPos=m_aFormulaHelper.GetArgStart( aFormula,PrivStart,0); in UpdateSelection() local
1520 nArgPos += (m_aArguments[i].getLength() + 1); in UpdateSelection()
1524 Selection aSel(nArgPos,nArgPos+nLength); in UpdateSelection()
1525 m_pHelper->setSelection((sal_uInt16)nArgPos,(sal_uInt16)(nArgPos+nLength)); in UpdateSelection()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx219 sal_Int32 nArgPos = 0; in openDialog() local
229 aArgs[nArgPos++] <<= PropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ParentWindow")), in openDialog()
240 aArgs[ nArgPos++ ] <<= PropertyValue( in openDialog()
248 aArgs[ nArgPos++ ] <<= PropertyValue( in openDialog()
252 aArgs.realloc( nArgPos ); in openDialog()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx713 sal_Int32 nArgPos = 0; in buildLowLevelConnection() local
716 aUserPwd[ nArgPos ].Name = ::rtl::OUString::createFromAscii("user"); in buildLowLevelConnection()
717 aUserPwd[ nArgPos ].Value <<= sUser; in buildLowLevelConnection()
718 ++nArgPos; in buildLowLevelConnection()
722 aUserPwd[ nArgPos ].Name = ::rtl::OUString::createFromAscii("password"); in buildLowLevelConnection()
723 aUserPwd[ nArgPos ].Value <<= sPwd; in buildLowLevelConnection()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx759 xub_StrLen nArgPos = 0; in ShowTipCursor() local
780 nArgPos = aHelper.GetArgStart( aSelText, nNextFStart, 0 ); in ShowTipCursor()
797 if( nArgPos <= aSelText.Len()-1 ) in ShowTipCursor()
802 nArgPos+=nLength+1; in ShowTipCursor()
990 xub_StrLen nArgPos = 0; in UseFormulaData() local
1025 nArgPos = aHelper.GetArgStart( aFormula, nNextFStart, 0 ); in UseFormulaData()
1042 if( nArgPos <= aFormula.Len()-1 ) in UseFormulaData()
1047 nArgPos+=nLength+1; in UseFormulaData()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx884 for (sal_Int32 nArgPos=0; nArgPos<nArgs; ++nArgPos) in setPropertyValue() local
886 const beans::PropertyValue& rProp = aArgSeq[nArgPos]; in setPropertyValue()

Completed in 91 milliseconds