/aoo41x/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 141 ASSERT( aTmp.getValueType() == in SV_IMPL_OP_PTRARR_SORT() 143 aTmp.getValueType() == in SV_IMPL_OP_PTRARR_SORT() 146 if( aTmp.getValueType() == in SV_IMPL_OP_PTRARR_SORT() 154 else if( aTmp.getValueType() == in SV_IMPL_OP_PTRARR_SORT() 418 ASSERT( aTmp.getValueType() == in OutHiddenForms() 421 if( aTmp.getValueType() == in OutHiddenForms() 438 ASSERT( aTmp.getValueType() == in OutHiddenForm() 441 if( aTmp.getValueType() != in OutHiddenForm() 616 ASSERT( aTmp.getValueType() == in OutHiddenControls() 619 if( aTmp.getValueType() != in OutHiddenControls() [all …]
|
H A D | htmlform.cxx | 633 Any aTmp; in lcl_html_setFixedFontProperty() local 639 aTmp ); in lcl_html_setFixedFontProperty() 646 aTmp ); in lcl_html_setFixedFontProperty() 956 Any aTmp; in InsertControl() local 1425 Any aTmp; in NewForm() local 1724 Any aTmp; in InsertInput() local 2127 Any aTmp; in NewTextArea() local 2134 aTmp ); in NewTextArea() 2223 Any aTmp; in EndTextArea() local 2226 aTmp ); in EndTextArea() [all …]
|
H A D | parcss1.cxx | 1166 String aTmp( rIn ); in ParseStyleSheet() local 1169 while( aTmp.Len() && in ParseStyleSheet() 1171 aTmp.Erase( 0, 1 ); in ParseStyleSheet() 1173 while( aTmp.Len() && ( ' '==(c=aTmp.GetChar( aTmp.Len()-1)) in ParseStyleSheet() 1175 aTmp.Erase( aTmp.Len()-1 ); in ParseStyleSheet() 1180 aTmp.Erase( 0, 4 ); in ParseStyleSheet() 1182 if( aTmp.Len() >=3 && in ParseStyleSheet() 1183 aTmp.Copy(aTmp.Len()-3).CompareToAscii("-->") == COMPARE_EQUAL ) in ParseStyleSheet() 1184 aTmp.Erase( aTmp.Len()-3 ); in ParseStyleSheet() 1186 if( !aTmp.Len() ) in ParseStyleSheet() [all …]
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 1179 uno::Any aTmp; in Import() local 1688 aTmp <<= nTmp; in Import() 1904 aTmp <<= nTmp; in Import() 1937 aTmp <<= nTmp; in Import() 2042 aTmp >>= nTmp; in WriteContents() 2588 aTmp <<= nTmp; in Import() 4767 aTmp <<= nTmp; in Import() 5021 uno::Any aTmp; in Import() local 5073 uno::Any aTmp; in Export() local 5979 aTmp <<= nMax; in Import() [all …]
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxstr.cxx | 45 SbxValues aTmp; in ImpGetString() local 47 aTmp.eType = SbxSTRING; in ImpGetString() 48 aTmp.pOUString = &aRes; in ImpGetString() 56 ImpPutChar( &aTmp, p->nChar ); break; in ImpGetString() 58 ImpPutByte( &aTmp, p->nByte ); break; in ImpGetString() 66 ImpPutLong( &aTmp, p->nLong ); break; in ImpGetString() 149 SbxValues aTmp; in ImpGetCoreString() local 151 aTmp.eType = SbxSTRING; in ImpGetCoreString() 164 SbxValues aTmp; in ImpPutString() local 165 aTmp.eType = SbxSTRING; in ImpPutString() [all …]
|
H A D | sbxint.cxx | 37 SbxValues aTmp; in ImpGetInteger() local 217 p = &aTmp; goto start; in ImpGetInteger() 227 SbxValues aTmp; in ImpPutInteger() local 245 p = &aTmp; goto start; in ImpPutInteger() 396 SbxValues aTmp; in ImpGetInt64() local 518 p = &aTmp; goto start; in ImpGetInt64() 528 SbxValues aTmp; in ImpPutInt64() local 558 p = &aTmp; goto start; in ImpPutInt64() 684 SbxValues aTmp; in ImpGetUInt64() local 821 p = &aTmp; goto start; in ImpGetUInt64() [all …]
|
H A D | sbxulng.cxx | 32 SbxValues aTmp; in ImpGetULong() local 168 aTmp.nChar = *p->pChar; goto ref; in ImpGetULong() 173 aTmp.nLong = *p->pLong; goto ref; in ImpGetULong() 180 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetULong() 182 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetULong() 190 p = &aTmp; goto start; in ImpGetULong() 200 SbxValues aTmp; in ImpPutULong() local 222 aTmp.pChar = &p->nChar; goto direct; in ImpPutULong() 224 aTmp.pByte = &p->nByte; goto direct; in ImpPutULong() 229 aTmp.pLong = &p->nLong; goto direct; in ImpPutULong() [all …]
|
H A D | sbxlng.cxx | 32 SbxValues aTmp; in ImpGetLong() local 162 aTmp.nULong = *p->pULong; goto ref; in ImpGetLong() 165 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetLong() 172 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetLong() 174 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetLong() 182 p = &aTmp; goto start; in ImpGetLong() 192 SbxValues aTmp; in ImpPutLong() local 199 aTmp.pChar = &p->nChar; goto direct; in ImpPutLong() 201 aTmp.pByte = &p->nByte; goto direct; in ImpPutLong() 216 aTmp.pUShort = &p->nUShort; in ImpPutLong() [all …]
|
H A D | sbxvar.cxx | 234 XubString aTmp( maName ); in GetName() local 242 aTmp += cType; in GetName() 244 aTmp += '('; in GetName() 250 aTmp += ','; in GetName() 255 aTmp += q->aName; in GetName() 265 aTmp += cType; in GetName() 285 aTmp += ')'; in GetName() 456 SbxValues aTmp; in LoadData() local 460 aTmp.pOUString = &aVal; in LoadData() 477 aTmp.nSingle = 0; in LoadData() [all …]
|
H A D | sbxchar.cxx | 37 SbxValues aTmp; in ImpGetChar() local 189 aTmp.nByte = *p->pByte; goto ref; in ImpGetChar() 194 aTmp.nLong = *p->pLong; goto ref; in ImpGetChar() 196 aTmp.nULong = *p->pULong; goto ref; in ImpGetChar() 199 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetChar() 211 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetChar() 213 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetChar() 216 p = &aTmp; goto start; in ImpGetChar() 226 SbxValues aTmp; in ImpPutChar() local 258 aTmp.pByte = &p->nByte; goto direct; in ImpPutChar() [all …]
|
H A D | sbxsng.cxx | 32 SbxValues aTmp; in ImpGetSingle() local 164 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetSingle() 166 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetSingle() 173 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetSingle() 176 p = &aTmp; goto start; in ImpGetSingle() 186 SbxValues aTmp; in ImpPutSingle() local 191 aTmp.pChar = &p->nChar; goto direct; in ImpPutSingle() 193 aTmp.pByte = &p->nByte; goto direct; in ImpPutSingle() 198 aTmp.pLong = &p->nLong; goto direct; in ImpPutSingle() 200 aTmp.pULong = &p->nULong; goto direct; in ImpPutSingle() [all …]
|
H A D | sbxuint.cxx | 32 SbxValues aTmp; in ImpGetUShort() local 190 aTmp.nChar = *p->pChar; goto ref; in ImpGetUShort() 195 aTmp.nLong = *p->pLong; goto ref; in ImpGetUShort() 197 aTmp.nULong = *p->pULong; goto ref; in ImpGetUShort() 209 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUShort() 211 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetUShort() 214 p = &aTmp; goto start; in ImpGetUShort() 224 SbxValues aTmp; in ImpPutUShort() local 258 aTmp.pChar = &p->nChar; goto direct; in ImpPutUShort() 263 aTmp.pInteger = &p->nInteger; in ImpPutUShort() [all …]
|
H A D | sbxcurr.cxx | 41 SbxValues aTmp; in ImpGetCurrency() local 152 aTmp.nLong = *p->pLong; goto ref; in ImpGetCurrency() 154 aTmp.nULong = *p->pULong; goto ref; in ImpGetCurrency() 161 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetCurrency() 163 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetCurrency() 166 p = &aTmp; goto start; in ImpGetCurrency() 177 SbxValues aTmp; in ImpPutCurrency() local 183 aTmp.pChar = &p->nChar; goto direct; in ImpPutCurrency() 185 aTmp.pByte = &p->nByte; goto direct; in ImpPutCurrency() 190 aTmp.pLong = &p->nLong; goto direct; in ImpPutCurrency() [all …]
|
H A D | sbxdec.cxx | 454 SbxValues aTmp; in ImpGetDecimal() local 558 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetDecimal() 561 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetDecimal() 568 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetDecimal() 570 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetDecimal() 573 p = &aTmp; goto start; in ImpGetDecimal() 592 SbxValues aTmp; in ImpPutDecimal() local 598 aTmp.pChar = &p->nChar; goto direct; in ImpPutDecimal() 600 aTmp.pByte = &p->nByte; goto direct; in ImpPutDecimal() 612 aTmp.pLong = &p->nLong; goto direct; in ImpPutDecimal() [all …]
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | move.cxx | 113 rView.SetVisArea( aTmp ); in Left() 132 aTmp.X() = rView.SetHScrollMax( aTmp.X() ); in Right() 133 rView.SetVisArea( aTmp ); in Right() 151 rView.SetVisArea( aTmp ); in Up() 169 aTmp.Y() = rView.SetVScrollMax( aTmp.Y() ); in Down() 186 Point aTmp( VisArea().Pos() ); in LeftMargin() local 187 aTmp.X() = DOCUMENTBORDER; in LeftMargin() 188 rView.SetVisArea( aTmp ); in LeftMargin() 204 Point aTmp( VisArea().Pos() ); in RightMargin() local 207 aTmp.X() = DOCUMENTBORDER; in RightMargin() [all …]
|
/aoo41x/main/tools/source/fsys/ |
H A D | tempfile.cxx | 119 String aTmp( aName ); in CreateTempName_Impl() local 168 rtl::OUString aTmp; in CreateTempName() local 170 aTmp = aName; in CreateTempName() 171 return aTmp; in CreateTempName() 260 rtl::OUString aTmp; in GetName() local 261 aTmp = pImp->aName; in GetName() 262 return aTmp; in GetName() 282 rtl::OUString aTmp; in SetTempNameBaseDirectory() local 284 return aTmp; in SetTempNameBaseDirectory() 293 rtl::OUString aTmp; in GetTempNameBaseDirectory() local [all …]
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | tempfile.cxx | 208 String aTmp( aName ); in CreateTempName_Impl() local 339 rtl::OUString aTmp; in CreateTempName() local 342 return aTmp; in CreateTempName() 397 rtl::OUString aTmp; in GetFileName() local 399 return aTmp; in GetFileName() 406 String aTmp; in GetURL() local 408 pImp->aURL = aTmp; in GetURL() 457 rtl::OUString aTmp; in SetTempNameBaseDirectory() local 475 return aTmp; in SetTempNameBaseDirectory() 484 rtl::OUString aTmp; in GetTempNameBaseDirectory() local [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtio.cxx | 96 aTmp = "R"; in lcl_OutFrame() 98 aTmp = "P"; in lcl_OutFrame() 100 aTmp = "B"; in lcl_OutFrame() 102 aTmp = "C"; in lcl_OutFrame() 110 aTmp = "S"; in lcl_OutFrame() 113 aTmp = "F"; in lcl_OutFrame() 129 aTmp = "H"; in lcl_OutFrame() 140 aTmp += " "; in lcl_OutFrame() 149 aTmp = "T"; in lcl_OutFrame() 151 aTmp = "N"; in lcl_OutFrame() [all …]
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | swregion.cxx | 97 SwRect aTmp( *(pData+i) ); in operator -=() local 98 SwRect aInter( aTmp ); in operator -=() 113 aTmp.Height(nTmp); in operator -=() 114 InsertRect( aTmp, i, bDel ); in operator -=() 115 aTmp.Height( nOldVal ); in operator -=() 119 if ( aTmp.Height() > 0 ) in operator -=() 120 InsertRect( aTmp, i, bDel ); in operator -=() 122 aTmp.Top( aInter.Top() ); in operator -=() 127 aTmp.Width( nTmp ); in operator -=() 129 aTmp.Width( nOldVal ); in operator -=() [all …]
|
/aoo41x/main/slideshow/source/engine/ |
H A D | tools.cxx | 283 uno::Sequence< double > aTmp; in extractValue() local 284 if( (rSourceAny >>= aTmp) ) in extractValue() 289 o_rValue = RGBColor( aTmp[0], aTmp[1], aTmp[2] ); in extractValue() 299 if( (rSourceAny >>= aTmp) ) in extractValue() 319 if( (rSourceAny >>= aTmp) ) in extractValue() 324 o_rValue = RGBColor( ::cppcanvas::makeColor( aTmp[0], aTmp[1], aTmp[2], 255 ) ); in extractValue() 350 uno::Sequence< double > aTmp; in extractValue() local 351 if( (rSourceAny >>= aTmp) ) in extractValue() 356 o_rValue = HSLColor( aTmp[0], aTmp[1], aTmp[2] ); in extractValue() 366 if( (rSourceAny >>= aTmp) ) in extractValue() [all …]
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drformsh.cxx | 133 uno::Any aTmp; in TYPEINIT1() local 138 aTmp <<= OUString(rHLinkItem.GetName()); in TYPEINIT1() 202 uno::Any aTmp; in GetState() local 207 aTmp = xPropSet->getPropertyValue( C2U("ButtonType") ); in GetState() 208 if( aTmp >>= eButtonType ) in GetState() 213 aTmp = xPropSet->getPropertyValue( C2U("Label") ); in GetState() 215 if( (aTmp >>= sTmp) && sTmp.getLength()) in GetState() 224 aTmp = xPropSet->getPropertyValue( C2U("TargetURL") ); in GetState() 226 if( (aTmp >>= sTmp) && sTmp.getLength()) in GetState() 235 aTmp = xPropSet->getPropertyValue( C2U("TargetFrame") ); in GetState() [all …]
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 146 String aTmp( rWord ); in GetSpellFailure() local 147 if (aTmp.Len()) in GetSpellFailure() 160 sal_Unicode cChar = aTmp.GetChar( 0 ); in GetSpellFailure() 225 String aTmp( rWord ); in GetProposals() local 226 if (aTmp.Len()) in GetProposals() 241 String aAlt1( aTmp ), in GetProposals() 242 aAlt2( aTmp ); in GetProposals() 251 pAlt->SetWordLanguage( aTmp, nLang ); in GetProposals() 259 sal_Unicode cChar = aTmp.GetChar( 0 ); in GetProposals() 264 aTmp.GetBufferAccess()[0] = cNewChar; in GetProposals() [all …]
|
/aoo41x/main/svl/source/items/ |
H A D | szitem.cxx | 140 Size aTmp(aVal); in QueryValue() local 143 aTmp.Height() = ( aTmp.Height() * 127 + 36) / 72; in QueryValue() 144 aTmp.Width() = ( aTmp.Width() * 127 + 36) / 72; in QueryValue() 151 rVal <<= com::sun::star::awt::Size( aTmp.getWidth(), aTmp.getHeight() ); in QueryValue() 155 rVal <<= aTmp.getWidth(); break; in QueryValue() 157 rVal <<= aTmp.getHeight(); break; in QueryValue() 193 Size aTmp( aValue.Width, aValue.Height ); in PutValue() local 196 aTmp.Height() = ( aTmp.Height() * 72 + 63) / 127; in PutValue() 197 aTmp.Width() = ( aTmp.Width() * 72 + 63) / 127; in PutValue() 200 aVal = aTmp; in PutValue()
|
/aoo41x/main/forms/source/component/ |
H A D | imgprod.cxx | 333 List aTmp; in startProduction() local 341 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in startProduction() 348 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in startProduction() 382 List aTmp; in ImplUpdateData() local 393 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplUpdateData() 397 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplUpdateData() 465 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplInitConsumer() 473 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplInitConsumer() 537 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplUpdateConsumer() 585 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplUpdateConsumer() [all …]
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 394 if( pArrPtr->nEnd <= aTmp.nStt ) in SetAttrFwd() 433 pCmp->nEnd = aTmp.nEnd; in SetAttrFwd() 450 if( pCmp->nEnd > aTmp.nEnd ) in SetAttrFwd() 458 if( aTmp.nStt <= pCmp->nStt ) in SetAttrFwd() 459 pCmp->nStt = aTmp.nEnd; in SetAttrFwd() 461 pCmp->nEnd = aTmp.nStt; in SetAttrFwd() 592 pCmp->nStt = aTmp.nStt; in SetAttrBwd() 609 if( pCmp->nStt < aTmp.nStt ) in SetAttrBwd() 617 if( aTmp.nEnd <= pCmp->nEnd ) in SetAttrBwd() 618 pCmp->nEnd = aTmp.nStt; in SetAttrBwd() [all …]
|