/trunk/main/svx/source/table/ |
H A D | tableundo.hxx | 54 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 171 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 203 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
|
H A D | tableundo.cxx | 106 sal_Bool CellUndo::Merge( SfxUndoAction *pNextAction ) in Merge() function in sdr::table::CellUndo 417 sal_Bool TableColumnUndo::Merge( SfxUndoAction *pNextAction ) in Merge() function in sdr::table::TableColumnUndo 486 sal_Bool TableRowUndo::Merge( SfxUndoAction *pNextAction ) in Merge() function in sdr::table::TableRowUndo
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 1194 aColTopRight.Merge(aColorBottomRight, 255 - sal_uInt8((nW * 255) / nDE)); in createBlendFrame() 1195 aColBottomLeft.Merge(aColorBottomRight, 255 - sal_uInt8((nH * 255) / nDE)); in createBlendFrame() 1265 aMix.Merge(aColorTopRight, 255 - sal_uInt8((x * 255) / nW)); in createBlendFrame() 1283 aMixA.Merge(aColorBottomLeft, 255 - sal_uInt8((y * 255) / nH)); in createBlendFrame() 1292 aMixB.Merge(aColorBottomRight, 255 - sal_uInt8((y * 255) / nH)); in createBlendFrame() 1310 aMix.Merge(aColorBottomRight, 255 - sal_uInt8(((x - 0)* 255) / nW)); in createBlendFrame()
|
H A D | bmpacc.cxx | 403 aRetval.Merge(aXCol, 255 - nDeltaX); in GetInterpolatedColorWithFallback() 409 aYCol.Merge(aXYCol, 255 - nDeltaX); in GetInterpolatedColorWithFallback() 415 aRetval.Merge(aYCol, 255 - nDeltaY); in GetInterpolatedColorWithFallback()
|
/trunk/main/l10ntools/layout/ |
H A D | tralay.cxx | 67 void Merge(); 308 void TranslateLayout::Merge() in Merge() function in TranslateLayout 339 Merge(); in ExceptionalMain()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undobase.cxx | 79 sal_Bool __EXPORT ScSimpleUndo::Merge( SfxUndoAction *pNextAction ) in Merge() function in ScSimpleUndo 530 sal_Bool ScUndoWrapper::Merge( SfxUndoAction* pNextAction ) in Merge() function in ScUndoWrapper 533 return pWrappedUndo->Merge(pNextAction); in Merge()
|
H A D | undodraw.cxx | 90 sal_Bool __EXPORT ScUndoDraw::Merge( SfxUndoAction* pNextAction ) in Merge() function in ScUndoDraw 93 return pDrawUndo->Merge(pNextAction); in Merge()
|
/trunk/main/vcl/inc/vcl/ |
H A D | salbtype.hxx | 162 inline BitmapColor& Merge( const BitmapColor& rColor, sal_uInt8 cTransparency ); 163 inline BitmapColor& Merge( sal_uInt8 cR, sal_uInt8 cG, sal_uInt8 cB, sal_uInt8 cTransparency ); 496 inline BitmapColor& BitmapColor::Merge( const BitmapColor& rBitmapColor, sal_uInt8 cTransparency ) in Merge() function in BitmapColor 509 inline BitmapColor& BitmapColor::Merge( sal_uInt8 cR, sal_uInt8 cG, sal_uInt8 cB, sal_uInt8 cTransp… in Merge() function in BitmapColor
|
/trunk/main/l10ntools/inc/ |
H A D | helpmerge.hxx | 67 …bool Merge( const ByteString &rSDFFile_in, const ByteString &rDestinationFile_in , ByteString& sLa… 68 …bool Merge( const ByteString &rSDFFile, const ByteString &rPathX , const ByteString &rPathY , bool…
|
/trunk/main/sc/source/ui/inc/ |
H A D | undobase.hxx | 47 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 164 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | dindexnode.cxx | 408 Merge(nParentNodePos,aParent->GetChild(&rIndex)); in Delete() 410 Merge(nParentNodePos,(*aParent)[nParentNodePos-1].GetChild(&rIndex,aParent)); in Delete() 416 Merge(nParentNodePos + 1,((*aParent)[nParentNodePos + 1].GetChild(&rIndex,aParent))); in Delete() 510 void ONDXPage::Merge(sal_uInt16 nParentNodePos, ONDXPagePtr xPage) in Merge() function in ONDXPage
|
/trunk/main/l10ntools/source/ |
H A D | helpex.cxx | 230 hasNoError = aParser.Merge( sSDFFile, sOutputFile , Export::sLanguages , aMergeDataFile ); in main() 273 …hasNoError = aParser.Merge( sSDFFile , sOutputFileX , sOutputFileY , true , aLanguages , aMergeDat… in main()
|
/trunk/main/svl/source/undo/ |
H A D | undo.cxx | 93 sal_Bool SfxUndoAction::Merge( SfxUndoAction * ) in Merge() function in SfxUndoAction 622 if ( bTryMerge && ( pMergeWithAction && pMergeWithAction->Merge( pAction ) ) ) in ImplAddUndoAction_NoNotify() 1394 sal_Bool SfxListUndoAction::Merge( SfxUndoAction *pNextAction ) in Merge() function in SfxListUndoAction 1396 return !aUndoActions.empty() && aUndoActions[aUndoActions.size()-1].pAction->Merge( pNextAction ); in Merge()
|
/trunk/main/tools/inc/tools/ |
H A D | color.hxx | 161 void Merge( const Color& rMergeColor, sal_uInt8 cTransparency ); 232 inline void Color::Merge( const Color& rMergeColor, sal_uInt8 cTransparency ) in Merge() function in Color
|
/trunk/main/filter/source/config/fragments/ |
H A D | makefile.mk | 164 @echo Merge type fragments for package $@ 171 @echo Merge localized filter fragments for package $@
|
/trunk/main/svl/inc/svl/ |
H A D | undo.hxx | 75 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 182 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mailmergechildwindow.src | 32 Text [ en-US ] = "Return to Mail Merge Wizard" ; \ 46 Text [ en-US ] = "Mail Merge Wizard" ;\
|
/trunk/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 229 aCenter.Merge( aWhite, 0xd0 ); // lighten up a bit in DrawShadedRect() 231 aOuter.Merge( aWhite, 0xa0 ); // lighten up more in DrawShadedRect() 283 aSelLineColor.Merge( aBlack, 0xe0 ); // darken just a little bit in Paint()
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/ |
H A D | Ranges.log | 27 ITEM Assertion OK : RowCount after Merge: 6 32 ITEM Assertion OK : RowCount after Merge: 7 35 ITEM Assertion OK : RowCount after Merge: 7
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | Ranges.log | 27 ITEM Assertion OK : RowCount after Merge: 13 32 ITEM Assertion OK : RowCount after Merge: 7 35 ITEM Assertion OK : RowCount after Merge: 7
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | Ranges.log | 27 ITEM Assertion OK : RowCount after Merge: 13 32 ITEM Assertion OK : RowCount after Merge: 7 35 ITEM Assertion OK : RowCount after Merge: 7
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/ |
H A D | Ranges.log | 27 ITEM Assertion OK : RowCount after Merge: 6 32 ITEM Assertion OK : RowCount after Merge: 7 35 ITEM Assertion OK : RowCount after Merge: 7
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | Ranges.log | 27 ITEM Assertion OK : RowCount after Merge: 13 32 ITEM Assertion OK : RowCount after Merge: 7 35 ITEM Assertion OK : RowCount after Merge: 7
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | Ranges.log | 27 ITEM Assertion OK : RowCount after Merge: 13 32 ITEM Assertion OK : RowCount after Merge: 7 35 ITEM Assertion OK : RowCount after Merge: 7
|
/trunk/main/sw/inc/ |
H A D | swtable.hxx | 205 sal_Bool Merge( SwDoc* pDoc, const SwSelBoxes& rBoxes, const SwSelBoxes& rMerged, in Merge() function in SwTable 237 sal_Bool Merge( const SwSelBoxes& rBoxes,
|