/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XStorable.java | 74 if (oObj.hasLocation()) { in _getLocation() 107 tRes.tested("hasLocation()", oObj.hasLocation()); in _hasLocation() 110 tRes.tested("hasLocation()", !oObj.hasLocation()); in _hasLocation() 203 if (oObj.hasLocation() && !oObj.isReadonly()) { in _store() 212 if (!oObj.hasLocation()) { in _store()
|
/aoo42x/main/linguistic/source/ |
H A D | dicimp.cxx | 756 if (bIsModified && hasLocation() && !isReadonly()) in setActive() 764 DBG_ASSERT( !bIsModified || !hasLocation() || isReadonly(), in setActive() 999 sal_Bool SAL_CALL DictionaryNeo::hasLocation() in hasLocation() function in DictionaryNeo 1026 if (bIsModified && hasLocation() && !isReadonly()) in store()
|
H A D | dlistimp.cxx | 629 if (!xStor->isReadonly() && xStor->hasLocation()) in dispose() 741 if (!xStor->isReadonly() && xStor->hasLocation()) in SaveDics()
|
H A D | dicimp.hxx | 167 hasLocation()
|
H A D | misc.cxx | 400 if (!xStor->isReadonly() && xStor->hasLocation()) in SaveDictionaries()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | OfficeDocument.java | 186 public boolean hasLocation( ) in hasLocation() method in OfficeDocument 188 return xStorable.hasLocation(); in hasLocation()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | guisaveas.cxx | 621 if ( nResult != STATUS_NO_ACTION && GetStorable()->hasLocation() ) in CheckSaveAcceptable() 670 if ( !GetStorable()->hasLocation() || GetStorable()->isReadonly() ) in CheckStateForSave() 921 else if ( bSetStandardName || GetStorable()->hasLocation() ) in OutputFileDialog() 1143 if ( ( aSuggestedDir.getLength() || GetStorable()->hasLocation() ) in GetReccomendedDir() 1594 && ( !aModelData.GetStorable()->hasLocation() in GUIStoreModel()
|
H A D | sfxbasemodel.cxx | 1551 sal_Bool SAL_CALL SfxBaseModel::hasLocation() throw(::com::sun::star::uno::RuntimeException) in hasLocation() function in SfxBaseModel 1638 if ( !hasLocation() || getLocation().compareToAscii( "private:", 8 ) == 0 ) in storeSelf()
|
/aoo42x/main/qadevOOo/objdsc/sd/ |
H A D | com.sun.star.comp.office.SdXImpressDocument.csv | 22 "SdXImpressDocument";"com::sun::star::frame::XStorable";"hasLocation()"
|
/aoo42x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextDocument.csv | 33 "SwXTextDocument";"com::sun::star::frame::XStorable";"hasLocation()"
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XStorable.idl | 71 boolean hasLocation();
|
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScModelObj.csv | 28 "ScModelObj";"com::sun::star::frame::XStorable";"hasLocation()"
|
/aoo42x/main/editeng/source/misc/ |
H A D | splwrap.cxx | 550 if (xStor.is() && xStor->hasLocation() && !xStor->isReadonly()) in GetAllRightDic()
|
H A D | unolingu.cxx | 1208 DBG_ASSERT( !xStor.is() || (xStor->hasLocation() && !xStor->isReadonly()), in GetStandard()
|
/aoo42x/main/chart2/source/model/main/ |
H A D | ChartModel_Persistence.cxx | 228 sal_Bool SAL_CALL ChartModel::hasLocation() in hasLocation() function in chart::ChartModel
|
H A D | ChartModel.hxx | 355 hasLocation() throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/cui/source/options/ |
H A D | optdict.cxx | 371 || !xStor->hasLocation() // not yet persistent in SetDicReadonly_Impl()
|
H A D | optlingu.cxx | 1834 if ( xStor->hasLocation() && !xStor->isReadonly() ) in IMPL_LINK()
|
/aoo42x/main/filter/source/xsltdialog/ |
H A D | xmlfiltertestdialog.cxx | 269 if( xStorable->hasLocation() ) in updateCurrentDocumentButtonState()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 569 if ( xStorable.is() && xStorable->hasLocation() ) in actionPerformed()
|
H A D | impoptimizer.cxx | 680 if ( xStorable->hasLocation() ) in Optimize()
|
H A D | optimizerdialogcontrols.cxx | 882 if ( xStorable.is() && xStorable->hasLocation() ) in UpdateControlStatesPage4()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.hxx | 352 virtual sal_Bool SAL_CALL hasLocation( ) throw (::com::sun::star::uno::RuntimeException) ;
|
H A D | databasedocument.cxx | 918 sal_Bool SAL_CALL ODatabaseDocument::hasLocation( ) throw (RuntimeException) in hasLocation() function in dbaccess::ODatabaseDocument
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 918 virtual sal_Bool SAL_CALL hasLocation() throw (::com::sun::star::uno::RuntimeException);
|