Home
last modified time | relevance | path

Searched refs:hasLocation (Results 1 – 25 of 25) sorted by relevance

/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XStorable.java74 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()
/aoo4110/main/linguistic/source/
H A Ddicimp.cxx756 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 Ddlistimp.cxx629 if (!xStor->isReadonly() && xStor->hasLocation()) in dispose()
741 if (!xStor->isReadonly() && xStor->hasLocation()) in SaveDics()
H A Ddicimp.hxx167 hasLocation()
H A Dmisc.cxx400 if (!xStor->isReadonly() && xStor->hasLocation()) in SaveDictionaries()
/aoo4110/main/bean/com/sun/star/comp/beans/
H A DOfficeDocument.java186 public boolean hasLocation( ) in hasLocation() method in OfficeDocument
188 return xStorable.hasLocation(); in hasLocation()
/aoo4110/main/sfx2/source/doc/
H A Dguisaveas.cxx621 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 Dsfxbasemodel.cxx1551 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()
/aoo4110/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXImpressDocument.csv22 "SdXImpressDocument";"com::sun::star::frame::XStorable";"hasLocation()"
/aoo4110/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextDocument.csv33 "SwXTextDocument";"com::sun::star::frame::XStorable";"hasLocation()"
/aoo4110/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScModelObj.csv28 "ScModelObj";"com::sun::star::frame::XStorable";"hasLocation()"
/aoo4110/main/offapi/com/sun/star/frame/
H A DXStorable.idl71 boolean hasLocation();
/aoo4110/main/editeng/source/misc/
H A Dsplwrap.cxx550 if (xStor.is() && xStor->hasLocation() && !xStor->isReadonly()) in GetAllRightDic()
H A Dunolingu.cxx1208 DBG_ASSERT( !xStor.is() || (xStor->hasLocation() && !xStor->isReadonly()), in GetStandard()
/aoo4110/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx269 if( xStorable->hasLocation() ) in updateCurrentDocumentButtonState()
/aoo4110/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx228 sal_Bool SAL_CALL ChartModel::hasLocation() in hasLocation() function in chart::ChartModel
H A DChartModel.hxx355 hasLocation() throw (::com::sun::star::uno::RuntimeException);
/aoo4110/main/cui/source/options/
H A Doptdict.cxx371 || !xStor->hasLocation() // not yet persistent in SetDicReadonly_Impl()
H A Doptlingu.cxx1834 if ( xStor->hasLocation() && !xStor->isReadonly() ) in IMPL_LINK()
/aoo4110/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx569 if ( xStorable.is() && xStorable->hasLocation() ) in actionPerformed()
H A Dimpoptimizer.cxx680 if ( xStorable->hasLocation() ) in Optimize()
H A Doptimizerdialogcontrols.cxx882 if ( xStorable.is() && xStorable->hasLocation() ) in UpdateControlStatesPage4()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.hxx352 virtual sal_Bool SAL_CALL hasLocation( ) throw (::com::sun::star::uno::RuntimeException) ;
H A Ddatabasedocument.cxx918 sal_Bool SAL_CALL ODatabaseDocument::hasLocation( ) throw (RuntimeException) in hasLocation() function in dbaccess::ODatabaseDocument
/aoo4110/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx918 virtual sal_Bool SAL_CALL hasLocation() throw (::com::sun::star::uno::RuntimeException);

Completed in 182 milliseconds