Lines Matching refs:isEmpty
331 OSL_ENSURE( !rName.isEmpty(), "Empty object name!"); in GetEmbeddedObject()
409 if ( rNewName.isEmpty() ) in CreateEmbeddedObject()
451 OSL_ENSURE( !rName.isEmpty(), "Added object doesn't have a name!"); in AddEmbeddedObject()
515 if ( rName.isEmpty() ) in StoreEmbeddedObject()
568 if ( rNewName.isEmpty() ) in InsertEmbeddedObject()
630 if ( rNewName.isEmpty() ) in InsertEmbeddedObject()
665 if ( rNewName.isEmpty() ) in InsertEmbeddedLink()
717 …c != this || !aOrigName.equals( aTargetName ) ) && !aOrigName.isEmpty() && !aTargetName.isEmpty() ) in TryToCopyGraphReplacement()
741 if ( rName.isEmpty() ) in CopyEmbeddedObject()
770 if ( rName.isEmpty() ) in CopyAndGetEmbeddedObject()
788 if ( aURL.isEmpty() ) in CopyAndGetEmbeddedObject()
890 if ( !aOrigName.isEmpty() ) in CopyAndGetEmbeddedObject()
1108 … OSL_ENSURE( !aOrigStorMediaType.isEmpty(), "No valuable media type in the storage!\n" ); in RemoveEmbeddedObject()
1228 OSL_ENSURE( !aName.isEmpty(), "Retrieving graphic for unknown object!" ); in GetGraphicStream()
1229 if ( !aName.isEmpty() ) in GetGraphicStream()
1366 …OSL_ENSURE( !aStreamName.isEmpty() && xInStream.is() && xDocStor.is(), "Misuse of the method!\n" ); in InsertStreamIntoPicturesStorage_Impl()