Lines Matching refs:isEmpty
330 OSL_ENSURE( !rName.isEmpty(), "Empty object name!"); in GetEmbeddedObject()
408 if ( rNewName.isEmpty() ) in CreateEmbeddedObject()
450 OSL_ENSURE( !rName.isEmpty(), "Added object doesn't have a name!"); in AddEmbeddedObject()
514 if ( rName.isEmpty() ) in StoreEmbeddedObject()
567 if ( rNewName.isEmpty() ) in InsertEmbeddedObject()
629 if ( rNewName.isEmpty() ) in InsertEmbeddedObject()
664 if ( rNewName.isEmpty() ) in InsertEmbeddedLink()
704 …c != this || !aOrigName.equals( aTargetName ) ) && !aOrigName.isEmpty() && !aTargetName.isEmpty() ) in TryToCopyGraphReplacement()
728 if ( rName.isEmpty() ) in CopyEmbeddedObject()
757 if ( rName.isEmpty() ) in CopyAndGetEmbeddedObject()
775 if ( aURL.isEmpty() ) in CopyAndGetEmbeddedObject()
877 if ( !aOrigName.isEmpty() ) in CopyAndGetEmbeddedObject()
1095 OSL_ENSURE( !aOrigStorMediaType.isEmpty(), "No valuable media type in the storage!\n" ); in RemoveEmbeddedObject()
1215 OSL_ENSURE( !aName.isEmpty(), "Retrieving graphic for unknown object!" ); in GetGraphicStream()
1216 if ( !aName.isEmpty() ) in GetGraphicStream()
1353 …OSL_ENSURE( !aStreamName.isEmpty() && xInStream.is() && xDocStor.is(), "Misuse of the method!\n" ); in InsertStreamIntoPicturesStorage_Impl()