| /AOO42X/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 1178 uno::Any aTmp; in Import() local 1179 aTmp <<= sal_Int32((mnLeft * 2) / 100); in Import() 1180 xPropSet->setPropertyValue(WW8_ASCII2STR("PositionX"), aTmp); in Import() 1181 aTmp <<= sal_Int32((mnTop * 2) / 100); in Import() 1182 xPropSet->setPropertyValue(WW8_ASCII2STR("PositionY"), aTmp); in Import() 1183 aTmp <<= sal_Int32((nWidth * 2) / 100); in Import() 1184 xPropSet->setPropertyValue(WW8_ASCII2STR("Width"), aTmp); in Import() 1185 aTmp <<= sal_Int32((nHeight * 2) / 100); in Import() 1186 xPropSet->setPropertyValue(WW8_ASCII2STR("Height"), aTmp); in Import() 1192 aTmp <<= mnStep; in Import() [all …]
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | htmlforw.cxx | 140 uno::Any aTmp = xIndexAcc->getByIndex(nPos); in SV_IMPL_OP_PTRARR_SORT() local 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() 151 *(uno::Reference< form::XFormComponent > *)aTmp.getValue() ) in SV_IMPL_OP_PTRARR_SORT() 154 else if( aTmp.getValueType() == in SV_IMPL_OP_PTRARR_SORT() 158 *(uno::Reference< form::XForm > *)aTmp.getValue(), uno::UNO_QUERY ); in SV_IMPL_OP_PTRARR_SORT() 417 uno::Any aTmp = xForms->getByIndex( i ); in OutHiddenForms() local 418 ASSERT( aTmp.getValueType() == in OutHiddenForms() 421 if( aTmp.getValueType() == in OutHiddenForms() [all …]
|
| H A D | htmlform.cxx | 489 Size aTmp(aNewSz.Width, aNewSz.Height); in init() local 490 aTmp = Application::GetDefaultDevice() in init() 491 ->PixelToLogic( aTmp, MapMode( MAP_100TH_MM ) ); in init() 492 aNewSz.Width = aTmp.Width(); in init() 493 aNewSz.Height = aTmp.Height(); in init() 633 Any aTmp; in lcl_html_setFixedFontProperty() local 634 aTmp <<= OUString( aFixedFont.GetName() ); in lcl_html_setFixedFontProperty() 635 rPropSet->setPropertyValue( OUString::createFromAscii("FontName"), aTmp ); in lcl_html_setFixedFontProperty() 637 aTmp <<= OUString( aFixedFont.GetStyleName() ); in lcl_html_setFixedFontProperty() 639 aTmp ); in lcl_html_setFixedFontProperty() [all …]
|
| H A D | parcss1.cxx | 1166 String aTmp( rIn ); in ParseStyleSheet() local 1169 while( aTmp.Len() && in ParseStyleSheet() 1170 ( ' '==(c=aTmp.GetChar(0)) || '\t'==c || '\r'==c || '\n'==c ) ) 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() 1178 if( aTmp.Len() >= 4 && in ParseStyleSheet() 1179 aTmp.CompareToAscii("<!--",4) == COMPARE_EQUAL ) in ParseStyleSheet() 1180 aTmp.Erase( 0, 4 ); in ParseStyleSheet() 1182 if( aTmp.Len() >=3 && in ParseStyleSheet() [all …]
|
| /AOO42X/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() 60 ImpPutInteger( &aTmp, p->nInteger ); break; in ImpGetString() 62 ImpPutBool( &aTmp, p->nUShort ); break; in ImpGetString() 64 ImpPutUShort( &aTmp, p->nUShort ); break; in ImpGetString() 66 ImpPutLong( &aTmp, p->nLong ); break; in ImpGetString() 68 ImpPutULong( &aTmp, p->nULong ); break; in ImpGetString() [all …]
|
| H A D | sbxint.cxx | 37 SbxValues aTmp; in ImpGetInteger() local 195 aTmp.nLong = *p->pLong; goto ref; in ImpGetInteger() 197 aTmp.nULong = *p->pULong; goto ref; in ImpGetInteger() 200 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInteger() 202 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInteger() 205 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInteger() 207 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInteger() 210 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetInteger() 212 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetInteger() 214 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInteger() [all …]
|
| H A D | sbxulng.cxx | 32 SbxValues aTmp; in ImpGetULong() local 168 aTmp.nChar = *p->pChar; goto ref; in ImpGetULong() 171 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetULong() 173 aTmp.nLong = *p->pLong; goto ref; in ImpGetULong() 175 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetULong() 178 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetULong() 180 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetULong() 182 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetULong() 184 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetULong() 187 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetULong() [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() 167 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetLong() 170 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetLong() 172 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetLong() 174 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetLong() 176 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetLong() 179 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetLong() 181 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetLong() [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() 252 aTmp += String( SbxRes( STRING_OPTIONAL ) ); in GetName() 254 aTmp += String( SbxRes( STRING_BYREF ) ); in GetName() 255 aTmp += q->aName; in GetName() 265 aTmp += cType; in GetName() 267 aTmp.AppendAscii( "()" ); in GetName() 272 aTmp.AppendAscii( "()" ); in GetName() [all …]
|
| H A D | sbxchar.cxx | 37 SbxValues aTmp; in ImpGetChar() local 189 aTmp.nByte = *p->pByte; goto ref; in ImpGetChar() 192 aTmp.nInteger = *p->pInteger; 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() 201 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetChar() 204 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetChar() 206 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetChar() 209 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetChar() [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() 175 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); 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() 196 aTmp.pInteger = &p->nInteger; 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() 193 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetUShort() 195 aTmp.nLong = *p->pLong; goto ref; in ImpGetUShort() 197 aTmp.nULong = *p->pULong; goto ref; in ImpGetUShort() 199 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUShort() 202 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUShort() 204 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUShort() 207 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetUShort() 209 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUShort() [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() 156 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetCurrency() 159 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetCurrency() 161 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetCurrency() 163 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetCurrency() 165 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetCurrency() 166 p = &aTmp; goto start; in ImpGetCurrency() 177 SbxValues aTmp; in ImpPutCurrency() local [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() 563 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetDecimal() 566 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetDecimal() 568 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetDecimal() 570 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetDecimal() 572 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetDecimal() 573 p = &aTmp; goto start; in ImpGetDecimal() 592 SbxValues aTmp; in ImpPutDecimal() local [all …]
|
| /AOO42X/main/sw/source/ui/wrtsh/ |
| H A D | move.cxx | 108 Point aTmp( VisArea().Pos() ); in Left() local 109 aTmp.X() -= VisArea().Width() * nReadOnlyScrollOfst / 100; in Left() 110 rView.SetVisArea( aTmp ); in Left() 115 ShellMoveCrsr aTmp( this, bSelect ); in Left() local 127 Point aTmp( VisArea().Pos() ); in Right() local 128 aTmp.X() += VisArea().Width() * nReadOnlyScrollOfst / 100; in Right() 129 aTmp.X() = rView.SetHScrollMax( aTmp.X() ); in Right() 130 rView.SetVisArea( aTmp ); in Right() 135 ShellMoveCrsr aTmp( this, bSelect ); in Right() local 146 Point aTmp( VisArea().Pos() ); in Up() local [all …]
|
| /AOO42X/main/tools/source/fsys/ |
| H A D | tempfile.cxx | 57 ::rtl::OUString aTmp = ::rtl::OStringToOUString( aTmpA, osl_getThreadTextEncoding() ); in GetSystemTempDir_Impl() 59 FileBase::getFileURLFromSystemPath( aTmp, aRet ); in GetSystemTempDir_Impl() 73 rtl::OUString aTmp( *pParent ); in ConstructTempDir_Impl() local 119 String aTmp( aName ); in CreateTempName_Impl() local 120 aTmp += String::CreateFromInt32( (sal_Int32) (unsigned) u, nRadix ); in CreateTempName_Impl() 121 aTmp += String::CreateFromAscii( ".tmp" ); in CreateTempName_Impl() 125 FileBase::RC err = Directory::create( aTmp ); in CreateTempName_Impl() 129 if ( bKeep || Directory::remove( aTmp ) == FileBase::E_None ) in CreateTempName_Impl() 130 rName = aTmp; in CreateTempName_Impl() 142 File aFile( aTmp ); in CreateTempName_Impl() [all …]
|
| /AOO42X/main/unotools/source/ucbhelper/ |
| H A D | tempfile.cxx | 145 rtl::OUString aTmp( *pParent ); in ConstructTempDir_Impl() local 150 ::ucbhelper::getSystemPathFromFileURL( xManager, aTmp ), in ConstructTempDir_Impl() 208 String aTmp( aName ); in CreateTempName_Impl() local 209 aTmp += String::CreateFromInt64( static_cast<sal_Int64>(u), nRadix ); in CreateTempName_Impl() 210 aTmp += String::CreateFromAscii( ".tmp" ); in CreateTempName_Impl() 214 FileBase::RC err = Directory::create( aTmp ); in CreateTempName_Impl() 218 if ( bKeep || Directory::remove( aTmp ) == FileBase::E_None ) in CreateTempName_Impl() 219 rName = aTmp; in CreateTempName_Impl() 231 File aFile( aTmp ); in CreateTempName_Impl() 242 rName = aTmp; in CreateTempName_Impl() [all …]
|
| /AOO42X/main/sw/source/core/text/ |
| H A D | txtio.cxx | 92 ByteString aTmp; in lcl_OutFrame() local 96 aTmp = "R"; in lcl_OutFrame() 98 aTmp = "P"; in lcl_OutFrame() 100 aTmp = "B"; in lcl_OutFrame() 102 aTmp = "C"; in lcl_OutFrame() 104 aTmp = "Tb"; in lcl_OutFrame() 106 aTmp = "Rw"; in lcl_OutFrame() 108 aTmp = "Ce"; in lcl_OutFrame() 110 aTmp = "S"; in lcl_OutFrame() 113 aTmp = "F"; in lcl_OutFrame() [all …]
|
| /AOO42X/main/sw/source/core/bastyp/ |
| H A D | swregion.cxx | 97 SwRect aTmp( *(pData+i) ); in operator -=() local 98 SwRect aInter( aTmp ); in operator -=() 110 if ( 0 < (nTmp = aInter.Top() - aTmp.Top()) ) in operator -=() 112 const long nOldVal = aTmp.Height(); in operator -=() 113 aTmp.Height(nTmp); in operator -=() 114 InsertRect( aTmp, i, bDel ); in operator -=() 115 aTmp.Height( nOldVal ); in operator -=() 118 aTmp.Top( aInter.Top() + aInter.Height() ); in operator -=() 119 if ( aTmp.Height() > 0 ) in operator -=() 120 InsertRect( aTmp, i, bDel ); in operator -=() [all …]
|
| /AOO42X/main/slideshow/source/engine/ |
| H A D | tools.cxx | 283 uno::Sequence< double > aTmp; in extractValue() local 284 if( (rSourceAny >>= aTmp) ) in extractValue() 286 ENSURE_OR_THROW( aTmp.getLength() == 3, in extractValue() 289 o_rValue = RGBColor( aTmp[0], aTmp[1], aTmp[2] ); in extractValue() 298 uno::Sequence< sal_Int32 > aTmp; in extractValue() local 299 if( (rSourceAny >>= aTmp) ) in extractValue() 301 ENSURE_OR_THROW( aTmp.getLength() == 3, in extractValue() 306 static_cast<sal_uInt8>(aTmp[0]), in extractValue() 307 static_cast<sal_uInt8>(aTmp[1]), in extractValue() 308 static_cast<sal_uInt8>(aTmp[2]), in extractValue() [all …]
|
| /AOO42X/main/sw/source/ui/shells/ |
| H A D | drformsh.cxx | 133 uno::Any aTmp; in TYPEINIT1() local 138 aTmp <<= OUString(rHLinkItem.GetName()); in TYPEINIT1() 139 xPropSet->setPropertyValue(sLabel, aTmp ); in TYPEINIT1() 146 … aTmp <<= OUString(URIHelper::SmartRel2Abs(aAbs, rHLinkItem.GetURL())); in TYPEINIT1() 147 xPropSet->setPropertyValue( sTargetURL, aTmp ); in TYPEINIT1() 151 aTmp <<= OUString(rHLinkItem.GetTargetFrame()); in TYPEINIT1() 152 xPropSet->setPropertyValue( C2U("TargetFrame"), aTmp ); in TYPEINIT1() 157 … aTmp.setValue( &eButtonType, ::getCppuType((const form::FormButtonType*)0)); in TYPEINIT1() 158 xPropSet->setPropertyValue( C2U("ButtonType"), aTmp ); in TYPEINIT1() 202 uno::Any aTmp; in GetState() local [all …]
|
| /AOO42X/main/linguistic/workben/ |
| H A D | sspellimp.cxx | 146 String aTmp( rWord ); in GetSpellFailure() local 147 if (aTmp.Len()) in GetSpellFailure() 149 if (STRING_NOTFOUND != aTmp.SearchAscii( "liss" )) in GetSpellFailure() 153 else if (STRING_NOTFOUND != aTmp.Search( (sal_Unicode) 'x' ) || in GetSpellFailure() 154 STRING_NOTFOUND != aTmp.Search( (sal_Unicode) 'X' )) in GetSpellFailure() 160 sal_Unicode cChar = aTmp.GetChar( 0 ); in GetSpellFailure() 225 String aTmp( rWord ); in GetProposals() local 226 if (aTmp.Len()) in GetProposals() 230 if (STRING_NOTFOUND != aTmp.SearchAscii( "liss" )) in GetProposals() 232 aTmp.SearchAndReplaceAllAscii( "liss", A2OU("liz") ); in GetProposals() [all …]
|
| /AOO42X/main/forms/source/component/ |
| H A D | imgprod.cxx | 333 List aTmp; in startProduction() local 338 …aTmp.Insert( new ::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageConsumer > ( *(::c… in startProduction() 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 390 …aTmp.Insert( new ::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageConsumer > ( *(::c… in ImplUpdateData() 393 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplUpdateData() 397 for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() ) in ImplUpdateData() 411 List aTmp; in ImplInitConsumer() local 462 …aTmp.Insert( new ::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageConsumer > ( *(::c… in ImplInitConsumer() [all …]
|
| /AOO42X/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()
|
| /AOO42X/main/sw/source/core/crsr/ |
| H A D | findattr.cxx | 328 _SwSrchChrAttr aTmp( rAttr.GetAttr(), *rAttr.GetStart(), *rAttr.GetAnyEnd() ); in SetAttrFwd() local 331 if (lcl_IsAttributeIgnorable(nNdStt, nNdEnd, aTmp)) in SetAttrFwd() 378 if( pArrPtr->nWhich && pArrPtr->nEnd <= aTmp.nStt ) in SetAttrFwd() 394 if( pArrPtr->nEnd <= aTmp.nStt ) in SetAttrFwd() 400 else if( pArrPtr->nStt <= aTmp.nStt ) in SetAttrFwd() 429 *pCmp = aTmp; // nicht gefunden, eintragen in SetAttrFwd() 432 else if( pCmp->nEnd < aTmp.nEnd ) // erweitern ? in SetAttrFwd() 433 pCmp->nEnd = aTmp.nEnd; in SetAttrFwd() 441 pFndArr[ nWhch - nArrStart ] = aTmp; in SetAttrFwd() 450 if( pCmp->nEnd > aTmp.nEnd ) in SetAttrFwd() [all …]
|