Home
last modified time | relevance | path

Searched refs:aTmp (Results 151 – 175 of 426) sorted by relevance

12345678910>>...18

/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1230 std::vector<const SwFmtFld*> aTmp; in Delete() local
1231 aTmp.reserve( mvPostItFlds.size() ); in Delete()
1235 aTmp.push_back( &(*pPostIt)->GetFmtFld() ); in Delete()
1237 for(std::vector<const SwFmtFld*>::iterator i = aTmp.begin(); i!= aTmp.end() ; i++) in Delete()
1258 std::vector<const SwFmtFld*> aTmp; in Delete() local
1259 aTmp.reserve( mvPostItFlds.size() ); in Delete()
1262 aTmp.push_back( &(*pPostIt)->GetFmtFld() ); in Delete()
1264 for(std::vector<const SwFmtFld*>::iterator i = aTmp.begin(); i!= aTmp.end() ; i++) in Delete()
/trunk/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx125 Size aTmp = aRect.GetSize(); in _CreateShape() local
126 awt::Size aSz( aTmp.Width(), aTmp.Height() ); in _CreateShape()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx490 for(sal_uInt8* aTmp(aSource); aTmp < aEnd; aTmp += 3) in FillBitmap() local
492 ::std::swap(*aTmp, *(aTmp + 2)); in FillBitmap()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx210 Locale aTmp( MsLangId::convertLanguageToLocale( in getLocales() local
212 aSuppLocales[k++] = aTmp; in getLocales()
400 OString aTmp( OU2ENC(nTerm, eEnc) ); in queryMeanings() local
401 nmean = pTH->Lookup(aTmp.getStr(),aTmp.getLength(),&pmean); in queryMeanings()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx222 awt::Size aTmp(aSize.Width(), aSize.Height()); in QueryValue() local
225 aTmp.Height = TWIP_TO_MM100(aTmp.Height); in QueryValue()
226 aTmp.Width = TWIP_TO_MM100(aTmp.Width); in QueryValue()
231 case MID_SIZE_SIZE: rVal <<= aTmp; break; in QueryValue()
232 case MID_SIZE_WIDTH: rVal <<= aTmp.Width; break; in QueryValue()
233 case MID_SIZE_HEIGHT: rVal <<= aTmp.Height; break; in QueryValue()
249 awt::Size aTmp; in PutValue() local
250 if( rVal >>= aTmp ) in PutValue()
254 aTmp.Height = MM100_TO_TWIP(aTmp.Height); in PutValue()
255 aTmp.Width = MM100_TO_TWIP(aTmp.Width); in PutValue()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx254 ::rtl::OUString aTmp(aSourceFieldName); in insertConnection()
256 aDestFieldName = aTmp; in insertConnection()
857 ::rtl::OUString aTmp = aCriteria; in GenerateCriterias()
888 ::rtl::OUString aTmp = aCriteria; in GenerateCriterias()
2075 ::comphelper::UStringMixLess aTmp(aMap.key_comp()); in InitFromParseNodeImpl()
2979 ::rtl::OUString aTmp = ::rtl::OUString::createFromAscii("( "); in getStatement()
2980 aTmp += aJoinCrit; in getStatement()
2981 aTmp += ::rtl::OUString::createFromAscii(" )"); in getStatement()
2984 aTmp += C_AND; in getStatement()
2985 aTmp += aCriteriaListStr.makeStringAndClear(); in getStatement()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1165 SwPaM aTmp(aBefore); in PastePages() local
1166 aCpyPam = aTmp; in PastePages()
1256 MapMode aTmp( GetWin()->GetMapMode() ); in GetDrawObjGraphic() local
1257 aTmp.SetOrigin( aPt ); in GetDrawObjGraphic()
1258 aVirtDev.SetMapMode( aTmp ); in GetDrawObjGraphic()
1264 aMtf.SetPrefMapMode( aTmp ); in GetDrawObjGraphic()
1282 MapMode aTmp( MAP_TWIP ); in GetDrawObjGraphic() local
1283 aVirtDev.SetMapMode( aTmp ); in GetDrawObjGraphic()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx971 … Size aTmp( OutputDevice::LogicToLogic( aObjDesc.maSize, MAP_100TH_MM, aMapUnit ) ); in InsertData() local
972 aSz.Width = aTmp.Width(); in InsertData()
973 aSz.Height = aTmp.Height(); in InsertData()
1150 … Size aTmp( OutputDevice::LogicToLogic( aObjDesc.maSize, MAP_100TH_MM, aMapUnit ) ); in InsertData() local
1151 if ( aSz.Width != aTmp.Width() || aSz.Height != aTmp.Height() ) in InsertData()
1153 aSz.Width = aTmp.Width(); in InsertData()
1154 aSz.Height = aTmp.Height(); in InsertData()
/trunk/main/uui/source/
H A Dpassworddlg.cxx39 Point aTmp( rWin.GetPosPixel() ); in lcl_Move() local
40 aTmp.Y() += nOffset; in lcl_Move()
41 rWin.SetPosPixel( aTmp ); in lcl_Move()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx289 const Size aTmp( pVout->GetOutputSize() ); in ImplEndAction() local
290 if ( aTmp.Height() < aRect.Height() || in ImplEndAction()
291 aTmp.Width() < aRect.Width() ) in ImplEndAction()
1478 Rectangle aTmp( aTmpOldVis.SVRect() ); in SmoothScroll() local
1479 aTmp.Left() = pRect->Left(); in SmoothScroll()
1480 aTmp.Right()= pRect->Right(); in SmoothScroll()
1481 GetWin()->Scroll( 0, lScroll, aTmp, SCROLL_CHILDREN); in SmoothScroll()
1885 SwRect aTmp( rRect ); in Paint() local
1886 if ( !Imp()->aSmoothRect.IsInside( aTmp ) ) in Paint()
1890 Imp()->aSmoothRect = aTmp; in Paint()
H A Dvdraw.cxx257 SwRect aTmp; in IsDragPossible() local
258 ::CalcClipRect( pO, aTmp, sal_True ); in IsDragPossible()
259 aRect.Union( aTmp ); in IsDragPossible()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx567 rtl::OUString aTmp( aResStr ); in statusChanged() local
568 aTmp += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( " " )); in statusChanged()
569 aTmp += aItemText.copy( 4 ); in statusChanged()
570 aItemText = aTmp; in statusChanged()
575 rtl::OUString aTmp( aResStr ); in statusChanged() local
576 aTmp += aItemText.copy( 4 ); in statusChanged()
577 aItemText = aTmp; in statusChanged()
582 rtl::OUString aTmp( aResStr ); in statusChanged() local
583 aTmp += aItemText.copy( 4 ); in statusChanged()
584 aItemText = aTmp; in statusChanged()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx319 SwDataChanged aTmp( rRg, 0 ); in RstTxtAttrs() local
1106 SwDataChanged aTmp( rRg, 0 ); in InsertPoolItem() local
1133 SwDataChanged aTmp( rRg, 0 ); in InsertItemSet() local
1170 SwUndoFmtAttrHelper aTmp( rFmt ); in SetAttr() local
1172 if ( aTmp.GetUndo() ) in SetAttr()
1174 GetIDocumentUndoRedo().AppendUndo( aTmp.ReleaseUndo() ); in SetAttr()
1787 SwDataChanged aTmp( rRg, 0 ); in SetTxtFmtColl() local
2454 SfxItemSet aTmp( *pTNd->GetpSwAttrSet() ); in SetTxtFmtCollByAutoFmt() local
2455 aTmp.Differentiate( *pSet ); in SetTxtFmtCollByAutoFmt()
2460 aTmp.Put( *pItem ); in SetTxtFmtCollByAutoFmt()
[all …]
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx277 const rtl::OString aTmp( OUStringToOString( aCodedList, RTL_TEXTENCODING_UTF8 )); in SfxHelpOptions_Impl() local
281 rtl::OString aToken = aTmp.getToken( 0, ',', nIndex ); in SfxHelpOptions_Impl()
997 ByteString aTmp("SfxHelp: HelpId = "); in Start_Impl() local
998 aTmp += ByteString( aHelpURL, RTL_TEXTENCODING_UTF8 ); in Start_Impl()
999 DBG_TRACE( aTmp.GetBuffer() ); in Start_Impl()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx767 rtl::OUString aTmp; in GetPathVariableValue() local
778 osl::FileBase::getFileURLFromSystemPath( sToken, aTmp ); in GetPathVariableValue()
781 aPathStrBuffer.append( aTmp ); in GetPathVariableValue()
1158 ::rtl::OUString aTmp; in SetPredefinedPathVariables()
1241 osl::FileBase::getTempDirURL( aTmp ); in SetPredefinedPathVariables()
1242 aPreDefPathVariables.m_FixedVar[ PREDEFVAR_TEMP ] = ConvertOSLtoUCBURL( aTmp ); in SetPredefinedPathVariables()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx691 AttacherIndex_Impl aTmp; in insertEntry() local
692 aIndex.insert( aIndex.begin() + nIndex, aTmp ); in insertEntry()
755 AttachedObject_Impl aTmp; in attach() local
756 aTmp.xTarget = xObject; in attach()
757 aTmp.aHelper = Helper; in attach()
758 aCurrentPosition->aObjList.push_back( aTmp ); in attach()
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderStyleControl.cxx289 SvxBorderLine aTmp( NULL, 1, 0, 0 ); in IMPL_LINK() local
291 aLineItem.SetLine( &aTmp ); in IMPL_LINK()
296 SvxBorderLine aTmp( NULL, 1, 0, 0 ); in IMPL_LINK() local
298 aLineItem.SetLine( &aTmp ); in IMPL_LINK()
/trunk/main/shell/source/unix/exec/
H A Dshellexec.cxx220 OString aTmp = OUStringToOString(aProgram, osl_getThreadTextEncoding()); in execute() local
221 escapeForShell(aBuffer, aTmp); in execute()
234 OStringBuffer aCopy(aTmp); in execute()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx108 utl::TempFile aTmp; in GetData() local
109 aTmp.EnableKillingFile( sal_True ); in GetData()
127 pStream = aTmp.GetStream( STREAM_STD_READWRITE ); in GetData()
/trunk/main/sw/source/ui/utlui/
H A Duiitems.cxx135 Fraction aTmp( 100, 1 ); in QueryValue() local
136 aTmp *= aFtnInfo.GetWidth(); in QueryValue()
137 rVal <<= (sal_Int8)(long)aTmp; in QueryValue()
/trunk/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx50 const ::rtl::OUString aTmp( ::rtl::OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 )); in getHelpURL() local
51 DBG_ASSERT( INetURLObject( aTmp ).GetProtocol() == INET_PROT_NOT_VALID, "Wrong HelpId!" ); in getHelpURL()
53 aBuffer.append( aTmp.getStr() ); in getHelpURL()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.cxx219 String aTmp( SvtUserOptions().GetID() ); in IMPL_LINK_INLINE_END() local
224 if ( aTmp.Len() > 0 ) in IMPL_LINK_INLINE_END()
226 aStr += aTmp; in IMPL_LINK_INLINE_END()
H A Dcuicharmap.cxx360 Font aTmp( mpDialog->GetFontMetric( rFont ) ); in SetCharFont() local
362 if ( aFontLB.GetEntryPos( aTmp.GetName() ) == LISTBOX_ENTRY_NOTFOUND ) in SetCharFont()
365 aFontLB.SelectEntry( aTmp.GetName() ); in SetCharFont()
366 aFont = aTmp; in SetCharFont()
/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx780 rtl::OUString aTmp = aAddr.getHostname().toAsciiLowerCase(); in setNoProxyList() local
781 if ( aTmp != aServer.toAsciiLowerCase() ) in setNoProxyList()
786 aFullyQualifiedHost.append( aTmp ); in setNoProxyList()
791 aFullyQualifiedHost.append( aTmp ); in setNoProxyList()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx387 SvMemoryStream aTmp; in write() local
389 (*i)->write( aTmp ); in write()
394 aTmp.Seek(0); in write()
399 aTag.addStream( aTmp ); in write()

Completed in 236 milliseconds

12345678910>>...18