Home
last modified time | relevance | path

Searched refs:aTmp (Results 51 – 75 of 426) sorted by relevance

12345678910>>...18

/trunk/main/starmath/source/
H A Dcfgitem.cxx475 OUString aTmp( rName ); in ReadSymbol() local
480 rName += aTmp; in ReadSymbol()
530 String aTmp; in ReadSymbol() local
533 if (aTmp.Len()) in ReadSymbol()
534 aUiName = aTmp; in ReadSymbol()
537 if (aTmp.Len()) in ReadSymbol()
538 aUiSetName = aTmp; in ReadSymbol()
630 aTmp = GetExportSymbolSetName( aTmp ); in SetSymbols()
631 pVal->Value <<= aTmp; in SetSymbols()
702 OUString aTmp( rName ); in ReadFontFormat() local
[all …]
H A Ddocument.cxx554 Point aTmp( aMap.GetOrigin() ); in SmPrinterAccess() local
555 aTmp.X() = OutputDevice::LogicToLogic( aTmp.X(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
556 aTmp.Y() = OutputDevice::LogicToLogic( aTmp.Y(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
557 aMap.SetOrigin( aTmp ); in SmPrinterAccess()
579 Point aTmp( aMap.GetOrigin() ); in SmPrinterAccess() local
580 aTmp.X() = OutputDevice::LogicToLogic( aTmp.X(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
581 aTmp.Y() = OutputDevice::LogicToLogic( aTmp.Y(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
582 aMap.SetOrigin( aTmp ); in SmPrinterAccess()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx1103 SwRect aTmp( pFrm->Prt() ); in lcl_PointToPrt() local
1104 aTmp += pFrm->Frm().Pos(); in lcl_PointToPrt()
1105 if ( rPoint.X() < aTmp.Left() ) in lcl_PointToPrt()
1106 rPoint.X() = aTmp.Left(); in lcl_PointToPrt()
1108 rPoint.X() = aTmp.Right(); in lcl_PointToPrt()
1109 if ( rPoint.Y() < aTmp.Top() ) in lcl_PointToPrt()
1110 rPoint.Y() = aTmp.Top(); in lcl_PointToPrt()
1112 rPoint.Y() = aTmp.Bottom(); in lcl_PointToPrt()
1128 Point aTmp( rNew ); in FindAnchor() local
1150 SwRect aTmp( aNew, Size( 0, 0 ) ); in FindAnchor() local
[all …]
H A Dfrmtool.cxx1658 SwNodeIndex aTmp( rSttIdx ); in MakeFrms() local
2888 SwRect aTmp( rOld ); in Notify() local
2889 aTmp.Union( aFrm ); in Notify()
2898 SwRect aTmp( rOld ); in Notify() local
2899 aTmp.Union( aFrm ); in Notify()
2900 aTmp.Left( Min(nNew, nOld) ); in Notify()
2906 SwRect aTmp( rOld ); in Notify() local
2907 aTmp.Union( aFrm ); in Notify()
2916 SwRect aTmp( rOld ); in Notify() local
2917 aTmp.Union( aFrm ); in Notify()
[all …]
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx330 const String aTmp( sal_Unicode( HYPH_POS_CHAR ) ); in EraseUnusableHyphens_Impl() local
333 nPos = aTxt.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
344 nPos = aLeft.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
380 String aTmp( aEditWord ); in ContinueHyph_Impl() local
381 DBG_ASSERT(nInsPos <= aTmp.Len() - 2, "wrong hyphen position"); in ContinueHyph_Impl()
386 if (HYPH_POS_CHAR == aTmp.GetChar( i )) in ContinueHyph_Impl()
634 String aTmp( m_pImpl->aLabel ); in SetWindowTitle() local
635 aTmp.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " (" ) ); in SetWindowTitle()
636 aTmp.Append( aLangStr ); in SetWindowTitle()
637 aTmp.Append( sal_Unicode( ')' ) ); in SetWindowTitle()
[all …]
H A Diconcdlg.cxx841 nRet = pPage->DeactivatePage( &aTmp ); in DeActivatePageImpl()
844 aTmp.Count() ) in DeActivatePageImpl()
846 pExampleSet->Put( aTmp ); in DeActivatePageImpl()
847 pOutSet->Put( aTmp ); in DeActivatePageImpl()
1146 nRet = pPage->DeactivatePage( &aTmp ); in OK_Impl()
1149 && aTmp.Count() ) in OK_Impl()
1151 pExampleSet->Put( aTmp ); in OK_Impl()
1152 pOutSet->Put( aTmp ); in OK_Impl()
1200 if ( pPage->FillItemSet( aTmp ) ) in Ok()
1203 pExampleSet->Put( aTmp ); in Ok()
[all …]
H A Dhangulhanjadlg.cxx1033 Any aTmp; in IMPL_LINK() local
1035 aTmp <<= aActiveDics; in IMPL_LINK()
1036 aLngCfg.SetProperty( UPH_ACTIVE_CONVERSION_DICTIONARIES, aTmp ); in IMPL_LINK()
1038 aTmp <<= bool( m_aIgnorepostCB.IsChecked() ); in IMPL_LINK()
1039 aLngCfg.SetProperty( UPH_IS_IGNORE_POST_POSITIONAL_WORD, aTmp ); in IMPL_LINK()
1041 aTmp <<= bool( m_aShowrecentlyfirstCB.IsChecked() ); in IMPL_LINK()
1044 aTmp <<= bool( m_aAutoreplaceuniqueCB.IsChecked() ); in IMPL_LINK()
1172 Any aTmp; in HangulHanjaOptionsDialog() local
1175 if( aTmp >>= bVal ) in HangulHanjaOptionsDialog()
1179 if( aTmp >>= bVal ) in HangulHanjaOptionsDialog()
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dhfedtdlg.cxx68 String aTmp = GetText(); in ScHFEditDlg() local
70 aTmp.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " (" )); in ScHFEditDlg()
71 aTmp += ScGlobal::GetRscString( STR_PAGESTYLE ); in ScHFEditDlg()
72 aTmp.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ": " )); in ScHFEditDlg()
73 aTmp += rPageStyle; in ScHFEditDlg()
74 aTmp += ')'; in ScHFEditDlg()
75 SetText( aTmp ); in ScHFEditDlg()
/trunk/main/basic/source/classes/
H A Dimage.cxx164 String aTmp; in Load() local
165 r.ReadByteString( aTmp, eCharSet ); in Load()
166 aOUSource = aTmp; in Load()
175 String aTmp; in Load() local
176 r.ReadByteString( aTmp, eCharSet ); in Load()
177 aOUSource += aTmp; in Load()
304 String aTmp; in Save() local
308 aTmp = aOUSource.copy( 0, nMaxUnitSize ); in Save()
310 aTmp = aOUSource; in Save()
311 r.WriteByteString( aTmp, eCharSet ); in Save()
/trunk/main/tools/source/generic/
H A Dbigint.cxx697 BigInt aTmp( *this ); in GetByteString() local
699 aTmp.Abs(); in GetByteString()
703 BigInt a = aTmp; in GetByteString()
705 aTmp /= a1000000000; in GetByteString()
717 while( aTmp.bIsBig ); in GetByteString()
740 BigInt aTmp( *this ); in GetString() local
742 aTmp.Abs(); in GetString()
746 BigInt a = aTmp; in GetString()
748 aTmp /= a1000000000; in GetString()
760 while( aTmp.bIsBig ); in GetString()
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfgrprd.cxx141 char aTmp[ DXF_MAX_STRING_LEN + 1 ]; in Read() local
146 else if (nG< 90) ReadS( aTmp ); in Read()
150 else if (nG==105) ReadS( aTmp ); in Read()
151 else if (nG< 140) ReadS( aTmp ); in Read()
153 else if (nG< 170) ReadS( aTmp ); in Read()
156 else if (nG< 210) ReadS( aTmp ); in Read()
158 else if (nG<=369) ReadS( aTmp ); in Read()
159 else if (nG< 999) ReadS( aTmp ); in Read()
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx107 aTmp += " ColLeft: "; in Debug_Impl()
109 aTmp += " ColRight: "; in Debug_Impl()
112 aTmp += " Start: "; in Debug_Impl()
114 aTmp += " End: "; in Debug_Impl()
123 String aTmp("Left: "); in Debug_Impl() local
125 aTmp += " Right: "; in Debug_Impl()
132 String aTmp("Upper: "); in Debug_Impl() local
134 aTmp += " Lower: "; in Debug_Impl()
142 String aTmp("Tabs: "); in DebugTabStops_Impl() local
148 aTmp += " : "; in DebugTabStops_Impl()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx215 uno::Any aTmp; in GetURLFromButton() local
221 aTmp = xPropSet->getPropertyValue( C2U("ButtonType") ); in GetURLFromButton()
223 aTmp >>= eTmpButtonType; in GetURLFromButton()
227 aTmp = xPropSet->getPropertyValue( C2U("Label") ); in GetURLFromButton()
229 if( (aTmp >>= uTmp) && uTmp.getLength()) in GetURLFromButton()
235 aTmp = xPropSet->getPropertyValue( C2U("TargetURL") ); in GetURLFromButton()
236 if( (aTmp >>= uTmp) && uTmp.getLength()) in GetURLFromButton()
/trunk/main/desktop/source/app/
H A Dapp.cxx453 aRet >>= aTmp; in ReplaceStringHookProc()
454 rBrandName = aTmp; in ReplaceStringHookProc()
457 aRet >>= aTmp; in ReplaceStringHookProc()
461 aRet >>= aTmp; in ReplaceStringHookProc()
465 aRet >>= aTmp; in ReplaceStringHookProc()
469 aRet >>= aTmp; in ReplaceStringHookProc()
470 rVersion = aTmp; in ReplaceStringHookProc()
473 aRet >>= aTmp; in ReplaceStringHookProc()
502 aRet >>= aTmp; in ReplaceStringHookProc()
517 aRet >>= aTmp; in ReplaceStringHookProc()
[all …]
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx928 SwFmtAnchor aTmp( m_rFmt.GetAnchor() ); in SetInDoc() local
941 aTmp.SetAnchor( &aPos ); in SetInDoc()
949 m_rFmt.SetFmtAttr( aTmp ); in SetInDoc()
976 SwFmtChain aTmp( m_pPrevFmt->GetChain() ); in SetInDoc() local
977 aTmp.SetNext( m_pFlyFmt ); in SetInDoc()
978 m_pPrevFmt->SetFmtAttr( aTmp ); in SetInDoc()
985 SwFmtChain aTmp( m_pNextFmt->GetChain() ); in SetInDoc() local
986 aTmp.SetPrev( m_pFlyFmt ); in SetInDoc()
987 m_pNextFmt->SetFmtAttr( aTmp ); in SetInDoc()
1173 aTmp.SetPrev( 0 ); in Add()
[all …]
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx197 String aTmp( RTL_CONSTASCII_USTRINGPARAM( "#IND: " )); in ScImportDif() local
198 aTmp += rData; in ScImportDif()
199 aTmp += sal_Unicode('?'); in ScImportDif()
200 pCell = new ScStringCell( aTmp ); in ScImportDif()
548 String aTmp( RTL_CONSTASCII_USTRINGPARAM( "#ERR: " )); in GetNextDataset() local
549 aTmp += pAktBuffer; in GetNextDataset()
550 aTmp.AppendAscii( " (" ); in GetNextDataset()
551 aTmp += aData; in GetNextDataset()
552 aTmp += sal_Unicode(')'); in GetNextDataset()
553 aData = aTmp; in GetNextDataset()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx1119 if ( pTabPage->FillItemSet( aTmp ) ) in Ok()
1122 pExampleSet->Put( aTmp ); in Ok()
1123 pOutSet->Put( aTmp ); in Ok()
1222 nRet = pPage->DeactivatePage( &aTmp ); in PrepareLeaveCurrentPage()
1227 && aTmp.Count() ) in PrepareLeaveCurrentPage()
1229 pExampleSet->Put( aTmp ); in PrepareLeaveCurrentPage()
1230 pOutSet->Put( aTmp ); in PrepareLeaveCurrentPage()
1540 nRet = pPage->DeactivatePage( &aTmp ); in IMPL_LINK()
1547 aTmp.Count() ) in IMPL_LINK()
1549 pExampleSet->Put( aTmp ); in IMPL_LINK()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx861 aTmp.ObjectOwnsMemory( sal_True ); in ReadEnhWMF()
862 aTmp << (sal_uInt8)'B' in ReadEnhWMF()
872 aTmp.Seek( 0 ); in ReadEnhWMF()
873 ReadDIB(aBitmap, aTmp, true); in ReadEnhWMF()
923 aTmp.ObjectOwnsMemory( sal_True ); in ReadEnhWMF()
924 aTmp << (sal_uInt8)'B' in ReadEnhWMF()
934 aTmp.Seek( 0 ); in ReadEnhWMF()
935 ReadDIB(aBitmap, aTmp, true); in ReadEnhWMF()
978 aTmp << (sal_uInt8)'B' in ReadEnhWMF()
988 aTmp.Seek( 0 ); in ReadEnhWMF()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx164 String aTmp( aValue ); in GetNumber() local
165 aTmp.EraseLeadingChars(); in GetNumber()
175 String aTmp( aValue ); in GetSNumber() local
176 aTmp.EraseLeadingChars(); in GetSNumber()
177 return aTmp.ToInt32(); in GetSNumber()
255 String aTmp( aValue ); in GetColor() local
256 aTmp.ToUpperAscii(); in GetColor()
258 if( '#'!=aTmp.GetChar( 0 ) ) in GetColor()
271 register sal_Unicode c = nPos<aTmp.Len() ? aTmp.GetChar( nPos++ ) in GetColor()
275 c = nPos<aTmp.Len() ? aTmp.GetChar(nPos++) : '0'; in GetColor()
[all …]
/trunk/main/toolkit/source/controls/
H A Dtabpagemodel.cxx243 ::Size aTmp = pOutDev->PixelToLogic( aSize, MAP_APPFONT ); in ImplMapPixelToAppFont()
244 return aTmp; in ImplMapPixelToAppFont()
294 ::Size aTmp( e.X, e.Y ); in windowMoved()
295 aTmp = ImplMapPixelToAppFont( pOutDev, aTmp ); in windowMoved()
304 aValues[0] <<= aTmp.Width(); in windowMoved()
305 aValues[1] <<= aTmp.Height(); in windowMoved()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1919 Rectangle aTmp( aPt, aSz ); in ShowContour() local
1920 pOut->DrawEllipse( aTmp ); in ShowContour()
2133 const SwRect aTmp( SwContourCache::CalcBoundRect in CalcRightMargin() local
2135 SwTwips nTmpRight = (aTmp.*fnRect->fnGetRight)(); in CalcRightMargin()
2147 const long nTmpTop = (aTmp.*fnRect->fnGetTop)(); in CalcRightMargin()
2158 if( ! (aTmp.*fnRect->fnGetHeight)() || in CalcRightMargin()
2163 if( aTmp.IsOver( aLine ) && nTmpRight > nFlyRight ) in CalcRightMargin()
2221 const SwRect aTmp( pNext->GetObjRectWithSpaces() ); in CalcLeftMargin() local
2223 if( (aTmp.*fnRect->fnGetLeft)() >= nFlyLeft ) in CalcLeftMargin()
2240 const SwRect aTmp( SwContourCache::CalcBoundRect in CalcLeftMargin() local
[all …]
/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx256 SvxTabStopItem aTmp( aNewTabs ); in FillItemSet() local
257 aTmp.Remove( 0, aTmp.Count() ); in FillItemSet()
264 aTmp.Insert( aTmpStop ); in FillItemSet()
267 if ( !pOld || !( *( (SvxTabStopItem*)pOld ) == aTmp ) ) in FillItemSet()
269 rSet.Put( aTmp ); in FillItemSet()
303 SvxTabStopItem aTmp( *( (const SvxTabStopItem*)pItem ) ); in Reset() local
306 for ( sal_uInt16 i = 0; i < aTmp.Count(); ++i ) in Reset()
308 SvxTabStop aTmpStop = aTmp[i]; in Reset()
/trunk/main/sd/source/ui/view/
H A Dviewshe3.cxx165 String aTmp( SvtResId( STR_UNDO ) ); in GetMenuState() local
166 aTmp += pUndoManager->GetUndoActionComment(0); in GetMenuState()
167 rSet.Put(SfxStringItem(SID_UNDO, aTmp)); in GetMenuState()
193 String aTmp(SvtResId(STR_REDO)); in GetMenuState() local
194 aTmp += pUndoManager->GetRedoActionComment(0); in GetMenuState()
195 rSet.Put(SfxStringItem(SID_REDO, aTmp)); in GetMenuState()
/trunk/main/xmloff/source/text/
H A DXMLTextListAutoStylePool.cxx238 XMLTextListAutoStylePoolEntry_Impl aTmp( rNumRules ); in Add() local
240 sal_uInt32 nPos = Find( &aTmp ); in Add()
262 XMLTextListAutoStylePoolEntry_Impl aTmp( rNumRules ); in Find() local
264 sal_uInt32 nPos = Find( &aTmp ); in Find()
275 XMLTextListAutoStylePoolEntry_Impl aTmp( rInternalName ); in Find() local
276 sal_uInt32 nPos = Find( &aTmp ); in Find()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx351 String aTmp( String::CreateFromAscii(aStrArr[nId - 1]) ); in IMPL_LINK() local
352 aTmp += ' '; in IMPL_LINK()
353 aEdit.ReplaceSelected( aTmp ); in IMPL_LINK()
636 String aTmp( (char)cOpen ); in UpdateRange() local
637 aTmp += aBoxes; in UpdateRange()
638 aTmp += (char)cClose; in UpdateRange()
640 aActText.Insert( aTmp, nPos ); in UpdateRange()
641 nPos = nPos + aTmp.Len(); in UpdateRange()

Completed in 191 milliseconds

12345678910>>...18