/trunk/main/chart2/source/tools/ |
H A D | MediaDescriptorHelper.cxx | 105 else WRITE_PROPERTY( Overwrite, FLAG_MODEL ) in MediaDescriptorHelper() 170 Overwrite = sal_False; in impl_init()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xeformula.cxx | 459 void Overwrite( sal_uInt16 nWriteToPos, sal_uInt16 nOffset ); 1119 Overwrite( nSubExprPos + 1, nSubExprSize ); in ListTerm() 1519 Overwrite( rAttrPos[ 0 ] + 2, static_cast< sal_uInt16 >( rAttrPos[ 1 ] - rAttrPos[ 0 ] ) ); in FinishIfFunction() 1534 Overwrite( rAttrPos[ 0 ] + 2, nChoices ); in FinishChooseFunction() 1549 Overwrite( nJumpArrPos, nJumpArrSize ); in FinishChooseFunction() 1551 …Overwrite( nJumpArrPos + 2 * nIdx, static_cast< sal_uInt16 >( rAttrPos[ nIdx ] + 4 - nJumpArrPos )… in FinishChooseFunction() 2476 void XclExpFmlaCompImpl::Overwrite( sal_uInt16 nWriteToPos, sal_uInt16 nOffset ) in Overwrite() function in XclExpFmlaCompImpl 2489 Overwrite( nAttrPos + 2, static_cast< sal_uInt16 >( GetSize() - nAttrPos - 5 ) ); in UpdateAttrGoto()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbacomment.cxx | 171 ScVbaComment::Text( const uno::Any& aText, const uno::Any& aStart, const uno::Any& Overwrite ) thro… in Text() argument 183 Overwrite >>= bOverwrite; in Text()
|
H A D | vbacomment.hxx | 70 …t css::uno::Any& Text, const css::uno::Any& Start, const css::uno::Any& Overwrite ) throw (css::un…
|
/trunk/main/sw/source/core/doc/ |
H A D | extinput.cxx | 111 pDoc->Overwrite( *this, sTxt.Copy( 0, in ~SwExtTextInput() 126 pDoc->Overwrite( *this, sTxt ); in ~SwExtTextInput()
|
/trunk/main/sw/source/core/edit/ |
H A D | editsh.cxx | 181 void SwEditShell::Overwrite(const String &rStr) in Overwrite() function in SwEditShell 185 if( !GetDoc()->Overwrite(*PCURCRSR, rStr ) ) in Overwrite() 609 if( !GetDoc()->Overwrite( aPam, rStr ) ) in ReplaceDropTxt()
|
H A D | acorrect.cxx | 225 pDoc->Overwrite( *pPam, rTxt ); in ReplaceRange()
|
/trunk/main/sw/source/core/undo/ |
H A D | unovwr.cxx | 272 rDoc.Overwrite(*pAktPam, aInsStr.GetChar(0)); in RepeatImpl() 275 rDoc.Overwrite( *pAktPam, aInsStr.GetChar( n ) ); in RepeatImpl()
|
H A D | undo.src | 42 Text [ en-US ] = "Overwrite: $1" ;
|
/trunk/main/sw/inc/ |
H A D | IDocumentContentOperations.hxx | 113 virtual bool Overwrite(const SwPaM &rRg, const String& rStr) = 0;
|
H A D | editsh.hxx | 184 void Overwrite( const String & );
|
/trunk/main/oovbaapi/ooo/vba/excel/ |
H A D | XComment.idl | 46 string Text([in] any Text, [in] any Start, [in] any Overwrite);
|
/trunk/main/sfx2/source/dialog/ |
H A D | newstyle.src | 68 Message [ en-US ] = "Style already exists. Overwrite?" ;
|
/trunk/main/offapi/com/sun/star/configuration/backend/ |
H A D | CopyImporter.idl | 69 <dt><code>Overwrite</code> : <atom>boolean</atom></dt>
|
H A D | LayerUpdateMerger.idl | 76 <dt><code>Overwrite</code> : <atom>boolean</atom></dt>
|
/trunk/main/chart2/source/inc/ |
H A D | MediaDescriptorHelper.hxx | 137 sal_Bool Overwrite; //opens a new view for an already loaded document. member in apphelper::MediaDescriptorHelper
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | CollectionView.src | 161 Text [ en-US ] = "The file already exists. Overwrite?" ;
|
/trunk/main/sfx2/source/doc/ |
H A D | new.src | 157 Text [ en-US ] = "~Overwrite" ;
|
/trunk/main/svx/source/stbctrls/ |
H A D | stbctrls.src | 36 // 'Overwrite' shortened to max. 5 characters
|
/trunk/main/fpicker/source/office/ |
H A D | iodlg.src | 317 Text [ en-US ] = "The file already exists. Overwrite?" ;
|
/trunk/main/svx/source/form/ |
H A D | fmstring.src | 478 Text [ en-US ] = "The file already exists. Overwrite?" ;
|
/trunk/main/cui/source/dialogs/ |
H A D | hyperdlg.src | 840 Text [ en-US ] = "The file already exists. Overwrite?" ;
|
/trunk/main/migrationanalysis/src/wizard/ |
H A D | wizard.ulf | 245 en-US = "Overwrite without asking me"
|
/trunk/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 1744 sal_Bool Overwrite, in mkfil() argument 1751 Overwrite, in mkfil()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 269 SwEditShell::Insert2( rStr, bDeleted ) : SwEditShell::Overwrite( rStr ); in Insert()
|