Home
last modified time | relevance | path

Searched refs:aTmp (Results 176 – 200 of 426) sorted by relevance

12345678910>>...18

/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx504 Any aTmp(&bTrue, ::getBooleanCppuType()); in HyphenateDocument() local
505 xProp->setPropertyValue( C2U(UPN_IS_HYPH_SPECIAL), aTmp ); in HyphenateDocument()
618 String aTmp = GetThesaurusLookUpText( bSelection ); in StartThesaurus() local
632 pDlg = pFact->CreateThesaurusDialog( &GetEditWin(), xThes, aTmp, eLang ); in StartThesaurus()
636 InsertThesaurusSynonym( pDlg->GetWord(), aTmp, bSelection ); in StartThesaurus()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx753 Size aTmp( 1, 1 ); in Get1PixelInLogic() local
754 aTmp = pOut->PixelToLogic( aTmp ); in Get1PixelInLogic()
755 nPixPtX = aTmp.Width(); in Get1PixelInLogic()
756 nPixPtY = aTmp.Height(); in Get1PixelInLogic()
/trunk/main/sw/source/filter/html/
H A Dhtmlftn.cxx543 String aTmp( pParts[i] ); in lcl_html_outFootEndNoteInfo() local
545 while( STRING_NOTFOUND != (nPos = aTmp.SearchAndReplaceAscii( "\\", in lcl_html_outFootEndNoteInfo()
550 while( STRING_NOTFOUND != (nPos = aTmp.SearchAndReplaceAscii( ";", in lcl_html_outFootEndNoteInfo()
555 aContent += aTmp; in lcl_html_outFootEndNoteInfo()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx207 Locale aTmp( MsLangId::convertLanguageToLocale( in getLocales() local
209 aSuppLocales[k++] = aTmp; in getLocales()
499 String aTmp(rWord); in GetProposals() local
500 …xRes = SpellAlternatives::CreateSpellAlternatives( aTmp, nLang, SpellFailure::SPELLING_ERROR, aStr… in GetProposals()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx370 String aTmp( aStartCell ); in GetTableAndCellsFromRangeRep() local
372 aEndCell = aTmp; in GetTableAndCellsFromRangeRep()
585 OUString aTmp( pSubRanges[ nIdxOfSmallest ] ); in SortSubranges() local
587 pSubRanges[ i ] = aTmp; in SortSubranges()
1913 aRes += aTmp; in convertRangeToXML()
1947 OUString aTmp( aCellRange.aTableName ); in convertRangeFromXML() local
1948 aTmp += OUString::valueOf((sal_Unicode) '.'); in convertRangeFromXML()
1949 aTmp += lcl_GetCellName( aCellRange.aUpperLeft.nColumn, in convertRangeFromXML()
1954 aTmp += OUString::valueOf((sal_Unicode) ':'); in convertRangeFromXML()
1955 aTmp += lcl_GetCellName( aCellRange.aLowerRight.nColumn, in convertRangeFromXML()
[all …]
/trunk/main/filter/source/xsltfilter/
H A Duof2splithandler.cxx183 OUString aTmp = rFileName; in Write() local
184 sPath = aTmp.copy(0, nIndex); in Write()
185 rFileName = aTmp.copy( nIndex+1 ); in Write()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx946 rtl::OUString aTmp, aSys; in getTmpName() local
947 osl_createTempFile( NULL, NULL, &aTmp.pData ); in getTmpName()
948 osl_getSystemPathFromFileURL( aTmp.pData, &aSys.pData ); in getTmpName()
1255 rtl::OUString aTmp; in StartJob() local
1256 osl_getFileURLFromSystemPath( aPDFUrl.pData, &aTmp.pData ); in StartJob()
1257 aPDFUrl = aTmp; in StartJob()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx835 String aTmp(aStr, nStart, nIdx == STRING_NOTFOUND? in Print() local
838 if ( aTmp.Len() ) in Print()
851 aTmp = String(aStr, nStart, nChar-1); in Print()
862 pPrinter->DrawText(aOutPos, aTmp); in Print()
1023 ::com::sun::star::util::DateTime aTmp; in UpdateFromTemplate_Impl()
/trunk/main/unotools/source/config/
H A Ddefaultoptions.cxx215 String aTmp; in GetDefaultPath() local
216 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aRet, aTmp ); in GetDefaultPath()
217 aRet = aTmp; in GetDefaultPath()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx144 TimeValue aTmp; in GetDateTimeFromW3CDTF() local
145 if ( osl_getTimeValueFromDateTime( &aOslDTime, &aTmp ) ) in GetDateTimeFromW3CDTF()
147 aTmp.Seconds += nModif; in GetDateTimeFromW3CDTF()
148 osl_getDateTimeFromTimeValue( &aTmp, &aOslDTime ); in GetDateTimeFromW3CDTF()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx708 const SfxBoolItem aTmp( SID_ATTR_INSERT, bIns ); in SetInsMode() local
709 GetView().GetViewFrame()->GetBindings().SetState( aTmp ); in SetInsMode()
732 Point aTmp( nStartDragX, nStartDragY ); in BeginFrmDrag() local
733 SwFEShell::BeginDrag( &aTmp, sal_False ); in BeginFrmDrag()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx217 ::rtl::OUString aTmp; in SetWidthSelect()
219 aSeq[0].Value >>= aTmp; in SetWidthSelect()
221 String aWinData( aTmp ); in SetWidthSelect()
/trunk/main/sw/source/ui/misc/
H A Dpgfnote.cxx251 Fraction aTmp( 100, 1 ); in Reset() local
252 aTmp *= pFtnInfo->GetWidth(); in Reset()
253 aLineWidthEdit.SetValue( static_cast<long>(aTmp) ); in Reset()
/trunk/main/uui/source/
H A Dlogindlg.cxx48 Point aTmp( rWin.GetPosPixel() ); in lcl_Move() local
49 aTmp.Y() -= nOffset; in lcl_Move()
50 rWin.SetPosPixel( aTmp ); in lcl_Move()
/trunk/main/chart2/source/view/main/
H A DChartItemPool.cxx63 SvULongs aTmp; in ChartItemPool() local
64 …_PLACEMENTS - SCHATTR_START] = new SfxIntegerListItem(SCHATTR_DATADESCR_AVAILABLE_PLACEMENTS,aTmp); in ChartItemPool()
156 …ATMENTS - SCHATTR_START] = new SfxIntegerListItem(SCHATTR_AVAILABLE_MISSING_VALUE_TREATMENTS,aTmp); in ChartItemPool()
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx2568 String aTmp( sStrArray[i] ); in FinalScan() local
2570 while ( aTmp.Len() < sOldCurSymbol.Len() && in FinalScan()
2574 aTmp += sStrArray[j++]; in FinalScan()
2576 if ( pChrCls->upper( aTmp ) == sOldCurString ) in FinalScan()
2578 sStrArray[i++] = aTmp; in FinalScan()
2672 String aTmp( pChrCls->toUpper( in FinalScan() local
2675 xub_StrLen nCPos = aTmp.Search( sOldCurString ); in FinalScan()
2705 String aTmp( pChrCls->toUpper( in FinalScan() local
2708 xub_StrLen nCPos = aTmp.Search( sOldCurString ); in FinalScan()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx227 OKButton aTmp(this, WB_HIDE); in SwIndexMarkDlg() local
228 aOKBT.SetText( aTmp.GetText() ); in SwIndexMarkDlg()
1724 Size aTmp(aEditSize); in SwCreateAuthEntryDlg_Impl() local
1725 aTmp.Height() *= 4; in SwCreateAuthEntryDlg_Impl()
1726 pTypeListBox->SetSizePixel(aTmp); in SwCreateAuthEntryDlg_Impl()
1753 Size aTmp(aEditSize); in SwCreateAuthEntryDlg_Impl() local
1754 aTmp.Height() *= 4; in SwCreateAuthEntryDlg_Impl()
1755 pIdentifierBox->SetSizePixel(aTmp); in SwCreateAuthEntryDlg_Impl()
/trunk/main/writerfilter/source/doctok/
H A DDffImpl.cxx352 WW8StructBase aTmp(this, nOffset, 0x8); in get_blip() local
356 if (aTmp.getU32(0x4) - 8 < nCount) in get_blip()
357 nCount = aTmp.getU32(0x4) - 8; in get_blip()
/trunk/main/xmloff/source/style/
H A Dxmlbahdl.cxx495 const OUString aTmp( rStrImpValue.copy( nOpen+1, nClose - nOpen-1) ); in importXML() local
500 aHSL[0] = aTmp.getToken( 0, ',', nIndex ).toDouble(); in importXML()
501 aHSL[1] = aTmp.getToken( 0, ',', nIndex ).toDouble() / 100.0; in importXML()
502 aHSL[2] = aTmp.getToken( 0, ',', nIndex ).toDouble() / 100.0; in importXML()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx690 rtl::OUString aTmp; in impl_createStandardButtons() local
693 aTmp = aHID.GetURLPath(); in impl_createStandardButtons()
695 aTmp = m_sHelpURL; in impl_createStandardButtons()
697 SetHelpId( rtl::OUStringToOString( aTmp, RTL_TEXTENCODING_UTF8 ) ); in impl_createStandardButtons()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1413 double aTmp = nNumberValue.GetDouble(); in Prim() local
1414 aTmp *= 0.01; in Prim()
1415 nErg.PutDouble( aTmp ); in Prim()
1461 double aTmp = nErg.GetDouble(); in Prim() local
1462 aTmp /= nListPor; in Prim()
1463 nErg.PutDouble( aTmp ); in Prim()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx519 String aTmp; in SelectEntry() local
523 aTmp = GetEntryText( pEntry ); in SelectEntry()
524 if( aTmp == rName ) in SelectEntry()
548 String aTmp; in HasSelectedChilds() local
552 aTmp = GetEntryText( pEntry ); in HasSelectedChilds()
553 if( aTmp == rName ) in HasSelectedChilds()
/trunk/main/idl/inc/
H A Dattrib.hxx47 SvMetaObjectRef aTmp( aTmpClass ); in CreateClass() local
49 return aTmp; in CreateClass()
/trunk/main/idl/source/objects/
H A Dbastype.cxx242 ByteString aTmp( pName->GetName() ); in GetSvIdlString() local
243 aTmp += "(FALSE)"; in GetSvIdlString()
244 return aTmp; in GetSvIdlString()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx223 SwRegionRects aTmp( rRect ); in PaintWithoutFlys() local
228 for ( i = 0; i < rObjs.Count() && aTmp.Count(); ++i ) in PaintWithoutFlys()
293 aTmp -= pFly->Frm(); in PaintWithoutFlys()
297 const SwRect *pData = aTmp.GetData(); in PaintWithoutFlys()
298 for ( i = 0; i < aTmp.Count(); ++pData, ++i ) in PaintWithoutFlys()
2466 SwRect aTmp( pSh->VisArea() ); in SwLayIdle() local
2476 bActions |= aTmp != pSh->VisArea(); in SwLayIdle()
2477 if ( aTmp == pSh->VisArea() && pSh->ISA(SwCrsrShell) ) in SwLayIdle()

Completed in 240 milliseconds

12345678910>>...18